# Data & APIs

- [Format Date Action in DoubleTick Bot Studio](https://learn.doubletick.io/bot-studio/actions/data-and-apis/format-date-action-in-doubletick-bot-studio.md): Make Your Bots Smarter with Clean, Consistent Date Handling
- [How to use Call API component](https://learn.doubletick.io/bot-studio/actions/data-and-apis/how-to-use-call-api-component.md)
- [Format Mobile Number Trigger in DoubleTick Bot Studio](https://learn.doubletick.io/bot-studio/actions/data-and-apis/format-mobile-number-trigger-in-doubletick-bot-studio.md)
- [How to Set Up Google Sheet Action](https://learn.doubletick.io/bot-studio/actions/data-and-apis/how-to-set-up-google-sheet-action.md): Learn how to use the Google Sheet action on DoubleTick. Seamlessly transfer and organize conversation data in Google Sheets for future reference and analysis.


---

# 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://learn.doubletick.io/bot-studio/actions/data-and-apis.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.
