# Can I use the AI agent within a mobile app?

While we do not have a mobile SDK for our AI agent, there are several ways you can still use your AI agent if you have a mobile app:

* Use your AI agent via our[ Intercom integration](/features/channels/intercom.md)
* Use your AI agent via our [Zendesk Messaging integration](/features/channels/zendesk/zendesk-messaging.md)
* Use your AI agent via our [HubSpot integration](/features/channels/hubspot.md)
* Submit tickets via your app to [Zendesk tickets](/features/channels/zendesk/zendesk-tickets.md) where our AI agent will answer
* Submit emails via your app to [our AI email assistant](/features/email-assistant.md)

If you have any questions or need any assistance getting any of these set up, just get in touch with us via our chat.


---

# 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://support.myaskai.com/faq/general/can-i-use-the-ai-agent-within-a-mobile-app.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.
