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

# Additional Features

## Here's a quick rundown of other Rasgo Features:

* Verified Queries
  * Save verified SQL in Rasgo on the Verified Queries page for queries that you want AI to run the same way each time
  * Verified Queries show up on the chat screen when you're starting a conversation and can be sent to Rasgo AI by selecting one and sending a message
* Scheduled Chats
  * Schedule chats to Rasgo AI for the recurring analyses you want
  * Scheduled chats pair best with a request to Rasgo AI to send you an e-mail with the results, so you don't have to login
* Templates
  * Templates are instructions to Rasgo AI for how to do a complex data task that requires user input
  * When the user selects a template, Rasgo AI will walk through asking them for the necessary input and then accomplishing the task


---

# 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:

```
GET https://docs.rasgoml.com/rasgo-docs/using-rasgo/additional-features.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.
