> For the complete documentation index, see [llms.txt](https://help.ariv.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.ariv.ai/how-to/new-to-ariv/commands-in-slack/add-show-or-remove.md).

# Add, Show or Remove

### /ariv-add-interest

This is the command for telling Ariv what topic interest you. All users in the workspace can use this command to setup their own list of topics.

{% hint style="info" %}
/ariv-add-interest Artificial Intelligence&#x20;

*This command will add the topic **Artificial Intelligence**  to the list of topics that Ariv maintains for you.*
{% endhint %}

![How to add an interest topic to Ariv](/files/-MEW9rdOqwkmDVIUEYow)

### /ariv-show-interest

This is the command to use when you want to see the list of topics that Ariv is maintaining for you.

{% hint style="info" %}
/ariv-show-interest&#x20;

*Just type the command or select it from the list, and press enter. Ariv will then display the current list of topics that she's tracking for you.*
{% endhint %}

![How to see your list of interest topics in Ariv](/files/-MEWA41hbxgEmBw8rcAm)

### /ariv-remove-interest

No longer interested in a particular topic,  just tell ariv with this command to remove that topic from the list that Ariv is tracking for you.

{% hint style="info" %}
/ariv-remove-interest Artificial Intelligence

*This example will remove the **Artificial Intelligence** topic from your list, if it was there previously. You can only remove topics that had previously been added.*
{% endhint %}

![How to remove a topic of interest from Ariv](/files/-MEWAQKbuZ_gzvbhNW7w)


---

# 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://help.ariv.ai/how-to/new-to-ariv/commands-in-slack/add-show-or-remove.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.
