> ## 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.

# Write Custom Prompt

> Generate a response based on a custom system and user prompt

## Configuration

* **Node Type:** action

### Input Fields

| Field Name    | Data Type | Required | Description                          |
| ------------- | --------- | -------- | ------------------------------------ |
| System Prompt | Textarea  | True     | The system-level prompt for guidance |
| User Prompt   | Textarea  | True     | The user's specific input prompt     |
| Context       | Text      | True     | The context for the custom prompt    |

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