# Using Ariv inside Teams

## Asking questions or finding useful information

Just type in "tell me"  in the chat with Ariv, followed by your question or phrase to ask ariv to sift through the messages in channels that she has access to, so she can recommend a relevant response.

```
Tell me <followed by your question or phrase>
```

{% hint style="info" %}
Some times you'll see a message telling you that Ariv doesn't know this. Remember that Ariv only has access to information and conversation threads that you gave it access to so unless that bit of information exists in those threads she won't be able to find a relevant response for you.

Asking the question differently could yield a result in the event that the AI engine did not decipher the intent correctly. Do try more than once, and give Ariv a chance to learn.
{% endhint %}

![An example of an unsuccessful interaction with Ariv, we hope you wont see many of these :)](/files/-MXCpW3Q6L2_aEIchvUW)


---

# 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://help.ariv.ai/how-to/using-ariv-inside-teams.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.
