llms.txt Content
# Writer AI Studio
## Docs
- [AGENTS](https://dev.writer.com/AGENTS.md)
- [Understand agent architecture](https://dev.writer.com/agent-builder/agent-architecture.md): Understand how Agent Builder agents work. Learn about UI components, blueprints, state management, and how they connect to create functional agents.
- [Trigger blueprints via API](https://dev.writer.com/agent-builder/api-trigger.md): Enable external systems to trigger blueprints via HTTP API calls. Integrate agents with webhooks, schedulers, and third-party services programmatically.
- [Build a chatbot connected to a Knowledge Graph](https://dev.writer.com/agent-builder/chatbot-tutorial.md)
- [Collaborate on agents](https://dev.writer.com/agent-builder/collaboration.md)
- [Add styling to the agent UI](https://dev.writer.com/agent-builder/component-styles.md)
- [Build data tables with DataFrames](https://dev.writer.com/agent-builder/dataframes.md)
- [Agent Builder Demo Application](https://dev.writer.com/agent-builder/demo-agent.md): Explore the Agent Builder demo agent that analyzes customer reviews and drafts responses. Learn how UI, blueprints, and state variables work together.
- [Deploy with Docker](https://dev.writer.com/agent-builder/deploy-with-docker.md): Deploy Agent Builder agents with Docker containers. Run agents on cloud platforms, on-premises servers, or local development machines.
- [Using data from previous blocks](https://dev.writer.com/agent-builder/execution-environment.md): Pass data between blocks in Agent Builder blueprints. Access state variables, secrets, and results from preceding blocks with execution environment.
- [Process invoices and send to Slack](https://dev.writer.com/agent-builder/invoice-processing.md)
- [Create and test agents locally](https://dev.writer.com/agent-builder/local-development.md): Develop Agent Builder agents offline on your local machine with Writer Framework. Test agents locally before deploying to Writer Cloud.
- [Learn about Agent Builder](https:/