> For the complete documentation index, see [llms.txt](https://docs.smsrush.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.smsrush.net/artificial-intelligence.md).

# Artificial Intelligence

#### Create AI Provider <a href="#create-ai-provider" id="create-ai-provider"></a>

* In the sidebar, scroll down to "ARTIFICIAL INTELLIGENCE" and click "AI KEYS".
* Click "ADD API KEY":

  ![](https://support.titansystems.ph/storage/article_images/75534a9f-cc6b-446f-aaed-a584302c6dc9.png)
* A modal will popup, fill-out all the required fields.
* You will need to paste your selected provider API Key:

  ![](https://support.titansystems.ph/storage/article_images/c184c785-42f9-4a0a-bf86-1d29aa064661.png)

  You can get your API Keys for each provider using these links:

  OpenAI: <https://platform.openai.com/settings/organization/api-keys>

  GeminiAI: <https://aistudio.google.com/apikey>

  ClaudeAI: <https://console.anthropic.com/settings/keys>

  Important:

  Please make sure that you select a model allowed to be used by your provider API key. Otherwise, the AI feature will not work.
* After you complete the form, click "SUBMIT".

#### Create Autoreply Action <a href="#create-autoreply-action" id="create-autoreply-action"></a>

* In the sidebar, scroll up to "TOOLS" then click "ACTIONS".
* Click "AUTOREPLY":

  ![](https://support.titansystems.ph/storage/article_images/9f5f86af-08ce-497c-9727-e16e9287adbe.png)
* Select "Artifical Intelligence" in the "Match Type" field:

  ![](https://support.titansystems.ph/storage/article_images/9ccdd617-f118-4777-af39-83bb9509c052.png)
* Select the provider you created in the "AI API Key" field:

  ![](https://support.titansystems.ph/storage/article_images/15093786-6cef-421e-a97b-eef80046729b.png)
* Once you are done entering other required fields, press "SUBMIT" and you're done. The AI should now respond to received messages of your selected "Source".


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.smsrush.net/artificial-intelligence.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
