> ## Documentation Index
> Fetch the complete documentation index at: https://docs.svalync.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Template From Document

> Generate a structured template based on a provided document

## Configuration

* **Node Type:** action

### Input Fields

| Field Name  | Data Type | Required | Description                             |
| ----------- | --------- | -------- | --------------------------------------- |
| User Prompt | Textarea  | True     | The prompt specifying the document name |
| Context     | Text      | True     | The context for Document                |

```json theme={null}
{
  "userPrompt": "<string>",
  "userContext": "<string>"
}
```

### Output Fields

| Field Name | Data Type | Required | Description                              |
| ---------- | --------- | -------- | ---------------------------------------- |
|            | String    | True     | A template from document generated by AI |

```json theme={null}
"<string>"
```
