# Word Document

> Skill `word-document` on Faro. 0 sub-skills.

Creates a formatted Word document (.docx) from structured content you describe: reports, memos, proposals, invoices, meeting minutes, or any business document. Lay out sections, headings, bullet lists, tables, and emphasis as part of the document description.

**Category:** Documents  
**Tags:** docx, word, document, generate  
**Use when:** You want a finished .docx report, proposal, memo, letter, resume, minutes, or record created from your content.  
**Not for:** Editing, reading, or merging an existing .docx, PDF, slides, or spreadsheet, or adding letterhead, logos, footers, page numbers, or images.  
**Returns:** file (application/vnd.openxmlformats-officedocument.wordprocessingml.document) — Returns a downloadable .docx file via a short-lived link, valid up to 7 days. Fetch or forward it promptly; the link is not permanent.

## How to run
Skills run through one gateway with your Faro token. Hand it an `intent` in plain language; Faro routes to the right sub-skill, runs it, and bills per call. Raw tools are internal plumbing and are not directly callable.

```
POST https://skill.askfaro.com/skills/word-document/run
Authorization: Bearer faro_<your_key>
Content-Type: application/json

{"intent":{"prompt":"Create a project proposal document with an executive summary and timeline"}}
```

Or from the CLI:

```bash
pip install askfaro-cli && askfaro auth login
askfaro run word-document "Create a project proposal document with an executive summary and timeline"
```

Full run reference: https://askfaro.com/llms/run.md — Agent recipe: https://askfaro.com/llms/skill.md

## Example requests

- Create a project proposal document with an executive summary and timeline
- Generate a meeting minutes document from these notes
- Make a simple invoice for consulting services in Word format

## What it can do

- Create a sectioned report or memo with a title, headings, and body paragraphs.
- Produce a business document such as a proposal, quote, invoice, statement of work, contract, or letter.
- Produce a structured record such as meeting minutes, a certificate, or a resume, with tables for the structured fields.
- Lay out content with bullet lists, numbered lists, tables, inline bold or italic emphasis, and page breaks.

---
On the web: https://askfaro.com/search/word-document