> For the complete documentation index, see [llms.txt](https://docs.myalice.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.myalice.ai/myalice-guide-arabic/chatbot-and-automation/create-rules-to-trigger-a-sequence/user-intent-by-nlp-wise-automation/connect-myalice-nlu.md).

# Connect MyAlice NLU

{% hint style="info" %}
You need to be an Admin on MyAlice to access **Integrations**.
{% endhint %}

## Use Cases of MyAlice NLU

MyAlice NLU is a pre-built NLP app from our end. Activating MyAlice NLU will allow you to:

* Instantly connect NLP to your chatbots without [creating a wit.ai app](/myalice-guide-arabic/chatbot-and-automation/create-rules-to-trigger-a-sequence/user-intent-by-nlp-wise-automation/connect-wit-nlp.md) from scratch.
* Help your bots understand common human intents and keywords.
* Create advanced user journeys and automate repetitive queries.

{% hint style="info" %}
For the time being, both MyAlice NLU and INTNT are English-language NLP apps. Interested in an NLP app in your native language? Feel free to [contact us](https://myalice.ai/support/).
{% endhint %}

## Activate MyAlice NLU

### Step 1: Create a Channel

![](/files/PBgIl9BZyYl2TJ7M5xoQ)

1. Go to **Integration** from the left navigation bar.
2. Under **Available Integrations > NLP**, select **MyAlice NLU**.
3. A connection window will appear from the right. Click on **Next**.
4. Set a title for your NLP connection.
5. Set a confidence level for your app and click **Finish**.

### Step 2: Connect MyAlice NLU to a Channel <a href="#step-3-connect-wit.ai-to-a-channel" id="step-3-connect-wit.ai-to-a-channel"></a>

From **Integration** on the left navigation bar, select **Integrated**. Choose the channel with which you want to connect the NLP app. Click on the triple-dot icon **(...)** on the selected channel and select **Edit**.​

![](https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MgzCdF2XNgHNO9_KQDe%2Fuploads%2FLRF7iV25yPOxKZq9RmEa%2FScreenshot%202022-02-01%20at%207.01.35%20PM.png?alt=media\&token=7d74f190-8869-47f9-bc9b-859bcb9e9cd8)

A pop-up window will appear from the right. From the drop-down menu under **Select NLP App**, select your desired NLP app.​

![](/files/w8amMNAKUmAOXWrihdUc)

## FAQs and Troubleshooting <a href="#faqs-and-troubleshooting" id="faqs-and-troubleshooting"></a>

<details>

<summary>What is a Confidence Level?​</summary>

The Confidence Level indicates how certain the NLP app is that the correct intent has been assigned.

If you are confident that your NLP app is trained adequately, you can set a higher score (>0.5) for it. In that case, the bot will try to understand intents outside its training. However, if you do not want your bot to interpret more than what it has learned and act strictly on how it's trained, you can set a lower confidence score (<0.5).

</details>

<details>

<summary>My NLP app is taking some time to function properly on MyAlice.</summary>

We built MyAlice NLU on wit.ai. Due to API limitations, the MyAlice NLU might take more than 30 minutes to function properly. However, if your app is still inactive after an hour, feel free to [contact us](https://myalice.ai/support/).

</details>


---

# 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.myalice.ai/myalice-guide-arabic/chatbot-and-automation/create-rules-to-trigger-a-sequence/user-intent-by-nlp-wise-automation/connect-myalice-nlu.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.
