# Platform Guides

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


---

# Agent Instructions: 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.spara.com/guides/platform-guides.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.
