# Take a bite

{% hint style="success" %}
Now you have a simple app which you can use as a base for more complex apps.&#x20;
{% endhint %}

We suggest to checking out the [Guides](https://app.gitbook.com/Documentations/mumble-docs/-/blob/master/ios/GuideIntroduction) section and also checking out our [Sample Apps](https://app.gitbook.com/Documentations/mumble-docs/-/blob/master/ios/mburger-explorer) and our [MBurger Apps](https://app.gitbook.com/Documentations/mumble-docs/-/blob/master/ios/mburger-apps) which are MBurger use cases of released apps that you can download right now on your device.


---

# 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.mburger.cloud/sample-app-1/take-a-bite.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.
