# Build AI agents

- [Agents](https://docs.helvia.ai/build/agents.md): Automate tasks and build conversational assistants with AI Agents
- [Workflows](https://docs.helvia.ai/build/workflows.md): Build your agent's behavior using visual, step-by-step graphs
- [Canvas](https://docs.helvia.ai/build/canvas.md): Create production-ready AI agents using a visual, node-based workflow builder
- [Variables](https://docs.helvia.ai/build/variables.md): Store and reuse data across your agent's workflows
- [Plugins](https://docs.helvia.ai/build/plugins.md): Extend your agent with LLM providers, analytics, and customer support tools
- [Livechat](https://docs.helvia.ai/build/livechat.md): Connect end-users with your support team in real time
- [Version Control](https://docs.helvia.ai/build/version-control.md): Promote agent changes safely from development to production


---

# 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.helvia.ai/build.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.
