# Perfect user flow

<figure><img src="/files/RnPMlpfHYiK3kiry6XtD" alt=""><figcaption></figcaption></figure>

Some users may find basic actions like copying links or using the clipboard confusing.

To simplify the experience, we recommend using **deep links** whenever possible to automatically add configurations to the app.

If deep links are not available, all key actions are accessible via a single accent button on the main screen (iOS only).


---

# 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://rabbit-hole-1.gitbook.io/rabbit-hole-docs/for-devs/perfect-user-flow.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.
