# Troubleshooting

<details>

<summary><strong>Why can’t I embed my AI Agent?</strong></summary>

If you’re using the **Embed** option with domain restriction, make sure the domain you embedded matches the one you selected from the **domain list**, and don’t forget to click **Save**.

If you’re embedding without domain restriction, your agent should work across all domains — just remember to hit **Save** after making changes.

For more details, check the "[Embed Guide](https://aicado.ai/integrations)" or [contact](https://aicado.ai/contact) support if the issue continues.

<figure><img src="/files/lYsTYukwQcVBIBl700hZ" alt=""><figcaption></figcaption></figure>

</details>

<details>

<summary>Why is the AI output not accurate or relevant?</summary>

Ensure that the input data you provide is clear and specific. Ambiguous or incomplete inputs can lead to less accurate results. Reviewing and refining your input can often improve the output quality. Additionally, check if there are any updates or improvements to the AI model that you can apply.

</details>

<details>

<summary>The AI ​​Agent embed I created works in the HTML I put on the page, but it does not appear as a chatbot (in the corner). What should I do?</summary>

If you want to use your embed as a chatbot, you need to follow these steps:

Step 1 - In the Publish tab, make sure you select the "Snapped" tab. Don't forget to customize it according to your brand.

<figure><img src="/files/XCcvciS5HMZBKweLIiUs" alt=""><figcaption></figcaption></figure>

Step 2 - Go to the Bubble app's settings and click on the "SEO/metatags" tab. After scrolling down a bit, you will see the "Advanced settings". Paste the codes you see in the photo above into the relevant fields here.

<figure><img src="/files/J81eRTKsX9hnHZ3tG2kx" alt=""><figcaption></figcaption></figure>

Above, we're using Bubble as an example to illustrate where the embed code should be placed. If you’re using another platform, the process is similar — simply paste the embed code into the appropriate section of your site (such as an header, or body).

This way, your AI Agent will appear correctly no matter which platform you’re using.

</details>

<details>

<summary>Why is the Aicado.ai service slow?</summary>

Service speed can be affected by multiple factors including server load, internet connection, and the complexity of the task. Try running the service during off-peak hours or check your internet connection. You can also monitor the service status on our status page to see if there are any ongoing issues.

</details>

<details>

<summary>When I create an embed, this screen appears. What should I do?</summary>

<img src="/files/COv5OAG6tXzI25xJG7AO" alt="" data-size="original">

Make sure you are logged into your account. Check your domain (without https\://). Go to the [Embed Guide](https://aicado.ai/integrations?tab=My%20Plan) page and check your steps. If you still have questions, please [contact us](https://aicado.ai/contact).

</details>

<details>

<summary>Why is my API key not working?</summary>

Make sure your API key is entered correctly. Also, verify that your account is in good standing and not suspended. If the issue persists, generate a new API key from your account settings.

<figure><img src="/files/wgcG2oNWJr6jUhcDmo8a" alt=""><figcaption></figcaption></figure>

</details>

<details>

<summary>Why am I not receiving email notifications?</summary>

Check your spam or junk folder to ensure that emails from Aicado.ai are not being filtered. Also, verify that your email address is correctly entered in your account settings and that notifications are enabled.

</details>

<details>

<summary>What kind of events can trigger a webhook?</summary>

Webhooks can be triggered by various events depending on the service you are using. Common examples include user sign-ups, purchases, or any specific activity within the application that you want to monitor.

</details>

<details>

<summary>I think I have connected my domain correctly, but my embed is not working. What should I do?</summary>

To successfully utilize the embed module on Aicado, it is essential to correctly connect your domain. Some platforms, like Wix, offer a domain cloaking feature that might display a different domain than the actual one being used. This can lead to confusion, as the domain you perceive may not be the true domain of your site.

To address this issue, we have developed a tool designed to accurately identify your current domain. By embedding this widget into your application, you can preview it and determine the exact domain being used. This ensures that everything is correctly configured and working as expected.&#x20;

Check out [this page](https://docs.aicado.ai/embed-module/using-on-a-domain#troubleshooting) to learn how to use the domain widget.

</details>


---

# 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.aicado.ai/user-guide/troubleshooting.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.
