# Vind gebruik van intent/entiteit/...

Vaak is het interessant om terug te vinden waar een bepaald item gebruikt wordt in je Oswald chatbot. Om dat weer te geven kan je klikken op de 'Vind gebruik' knop, aangeduid met een oogje:

![](/files/-LzanqefH-H0j0ndP6y3)

Deze vind je terug in de menu items van intenties, entiteiten, bookmarks en code snippets. Het geeft je dan een lijst van de plaatsen waar het item gebruikt wordt:

![](/files/-Lzao9GGK-TmmL6Q-QOM)

Wanneer je op een item uit de lijst klikt ga je onmiddellijk naar het scenario waar het item wordt gebruikt.


---

# 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://oswaldai.gitbook.io/docs/functionele-documentatie/overige-functionaliteiten/vind-gebruik-van-intent-entiteit-....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.
