> For the complete documentation index, see [llms.txt](https://docs.spara.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.spara.com/guides/platform-guides.md).

# Platform Guides

- [Building Your First Agent](https://docs.spara.com/guides/platform-guides/building-an-agent.md): A step-by-step walkthrough of assembling an Agent from capabilities and workflows.
- [How to Use Spara's Text Editor](https://docs.spara.com/guides/platform-guides/how-to-use-sparas-text-editor.md): How to personalize content with variables, AI instructions, and calendar links across the Spara platform.
- [Using Media in Chat Agents](https://docs.spara.com/guides/platform-guides/using-media-in-chat-agents.md): How to upload media files and configure your chat agent to show them at the right moment in a conversation.
- [Writing Effective Agent Prompts](https://docs.spara.com/guides/platform-guides/writing-effective-agent-prompts.md): Best practices for writing natural language instructions that make your Spara agents perform well.
- [Building Your First Workflow](https://docs.spara.com/guides/platform-guides/building-your-first-workflow.md): A step-by-step walkthrough for creating your first Spara workflow.
- [Setting Up Voice Agents](https://docs.spara.com/guides/platform-guides/setting-up-voice-agents.md): How to configure a Voice agent for incoming and outgoing phone calls.
- [Using Wildcard URL Patterns](https://docs.spara.com/guides/platform-guides/using-wildcard-url-patterns.md): How to use wildcard URL patterns to target groups of pages on your website.
- [Downloading Chat Transcripts](https://docs.spara.com/guides/platform-guides/downloading-chat-transcripts.md): How to download full chat transcripts using Spara's API.
- [Product Demo Use Cases](https://docs.spara.com/guides/platform-guides/product-demo-use-cases.md): Common deployment patterns for Spara's Product Demo capability — from website CTAs to outbound campaigns and in-app onboarding.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.spara.com/guides/platform-guides.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
