# Getting Started

- [AI Onboarding](https://docs.mailtrap.io/getting-started/ai-onboarding.md): Easy-to-follow documentation to onboard your AI agent to Mailtrap.
- [Email API/SMTP](https://docs.mailtrap.io/getting-started/email-api-smtp.md): Send transactional and bulk emails from your app using the Mailtrap Email API
- [Email Sandbox](https://docs.mailtrap.io/getting-started/email-sandbox.md): Learn how to inspect and debug emails with Mailtrap Email Sandbox
- [Email Marketing](https://docs.mailtrap.io/getting-started/email-marketing.md): Learn how to set up and send email marketing campaigns with Mailtrap
- [Inbound Email](https://docs.mailtrap.io/getting-started/inbound-email.md)


---

# 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.mailtrap.io/getting-started.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.
