> 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/studio.md).

# Studio

The Studio is an infinite canvas to build your agents. Think of it as connecting building blocks to orchestrate your workflow.

It's all about dropping Nodes, chaining them, and putting a bit of your own intelligence and context.

<figure><img src="/files/lQzdR1yVQrgxf5wfPcRd" alt=""><figcaption><p>Text prompt → AI Image → Aspect Ratio variation</p></figcaption></figure>

## How nodes work

1. **Nodes are the building blocks** of your agent. Each node performs a specific function: generating images, generating text or prompts, briefing with brand guidelines, etc. You'll find more info on the different node types in the [Nodes](/build-agents/nodes.md) section.
2. **Connect nodes to create workflows**. Draw connections between nodes to define how data flows through your agent. For example: User Input → AI Image Generation → Upscale Image.
3. **Configure nodes as needed**. Try different models or change parameters to improve your outputs.
4. **Deploy as App**. Once your agent consistently delivers the results you want, make it available to other members of your organization. See [Deploy Apps](/automate/apps.md).


---

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