# More Local Examples

You can also find local examples with explanations under:

<figure><img src="/files/JBu6J1LdLqLGBY1RK4Uc" alt="" width="450"><figcaption></figcaption></figure>

Clicking will open a window containing few example scenarios. This window will be useful when you are stuck at a certain problem and looking for an example fix:

<figure><img src="/files/aZaj90TxDCWBzIBS4nAg" alt="" width="450"><figcaption></figcaption></figure>

Clicking any button under each section, such as `Count Objects` will open the example scenario for you to try.


---

# 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://docs.augelab.com/getting-started/local-examples.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.
