> For the complete documentation index, see [llms.txt](https://docs.pletor.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pletor.ai/build-agents/nodes/input-nodes.md).

# Input nodes

Input nodes are the starting point for most agents. They define what information users provide when running your agent — text instructions, reference images, video files, audio clips, or documents.

<figure><img src="/files/lryU5CF0ApcjxOAl9WZA" alt=""><figcaption></figcaption></figure>

***

### Available input nodes

<table><thead><tr><th width="124.88018798828125">Node</th><th width="135.1328125">What it collects</th><th width="160.1822509765625">Accepted formats</th><th>Use case</th></tr></thead><tbody><tr><td><strong>Text Prompt</strong></td><td>Written instructions or briefs from users</td><td>Free text</td><td>Campaign briefs, creative directions, product descriptions, any text-based input</td></tr><tr><td><strong>Upload Image</strong></td><td>One or more reference images</td><td>Common image formats (JPG, PNG, WebP, etc.)</td><td>Product photos, style references, visual inspiration, logos</td></tr><tr><td><strong>Upload Video</strong></td><td>Video files for processing or reference</td><td>Common video formats (MP4, MOV, etc.)</td><td>Source footage for editing, reference clips, content to transform</td></tr><tr><td><strong>Upload Audio</strong></td><td>Audio files</td><td>MP3</td><td>Custom voiceovers, sound references, audio to sync with video</td></tr><tr><td><strong>Upload File</strong></td><td>Documents or data files</td><td>PDF, CSV, JSON, TXT</td><td>Brand books, data sheets, marketing playbooks, product catalogs</td></tr></tbody></table>

***

### Tips

* **Keep inputs minimal.** Every input is friction for the end user. Only ask for what the agent actually needs.
* **Combine inputs with Text Assistants.** Place a Text Assistant node after your inputs to merge and structure multiple inputs into a single clean prompt before it hits your AI generation node.
* **Label your inputs clearly.** Rename input nodes to describe what the user should provide (e.g., "Product photo" instead of "Upload Image").&#x20;
* **Use Upload File for rich context.** A PDF brand book gives the AI far more context than a short text prompt — connect it to a Text Assistant to extract the relevant information.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pletor.ai/build-agents/nodes/input-nodes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
