# Charm Documentation

## Charm Documentation

- [Charm Documentation](https://docs.usecharm.ai/charm-documentation.md)
- [Introduction to Templates](https://docs.usecharm.ai/templates/introduction-to-templates.md)
- [Compose From Scratch](https://docs.usecharm.ai/templates/compose-from-scratch.md)
- [Compose With Input Data](https://docs.usecharm.ai/templates/compose-with-input-data.md)
- [Summarize With Bullet Points](https://docs.usecharm.ai/templates/summarize-with-bullet-points.md)
- [Translate Language](https://docs.usecharm.ai/templates/translate-language.md)
- [Generate Dummy Data](https://docs.usecharm.ai/templates/generate-dummy-data.md)
- [Extract](https://docs.usecharm.ai/templates/extract.md)
- [Classify Single](https://docs.usecharm.ai/templates/classify-single.md)
- [Classify Multiple](https://docs.usecharm.ai/templates/classify-multiple.md)
- [Categorize Feedback](https://docs.usecharm.ai/templates/categorize-feedback.md)
- [Transform](https://docs.usecharm.ai/templates/transform.md)
- [Prompt Engineering](https://docs.usecharm.ai/templates/prompt-engineering.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.usecharm.ai/charm-documentation.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.
