# Integration with AI-UP

Go to the integrations section in the AI-UP service, click on <mark style="color:purple;">`add integration`</mark> and select the type <mark style="color:purple;">`Webhook`</mark>

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

Copy the task id in Selarti.

<figure><img src="/files/KXooaarOoVc0ZMTxcURb" alt="" width="563"><figcaption></figcaption></figure>

Build the link using the template

```
https://api.selarti.com/v1/id_service?task_id=your_task_id
```

Enter the integration name in AI-UP <mark style="color:purple;">`Selarti`</mark> and the created <mark style="color:purple;">`link`</mark> using the template above.\
Then click <mark style="color:purple;">`Add`</mark>

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

{% hint style="success" %}
Done!\
All contacts identified by the AI-UP service will be automatically added to the required task and the AI agent will start working with them!
{% endhint %}


---

# 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://manual.selarti.com/manual-en/external-integrations/integration-with-ai-up.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.
