> For the complete documentation index, see [llms.txt](https://docs.apryse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apryse.com/reusable-content/customizequickmenu-quickmenu3.md).

# customizeQuickMenu\_quickMenu3

The quick menu will automatically adjust its position to either the top or bottom of the anchor view, depending on the space available:

<figure><img src="https://2401778818-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvUuF7dc8Zt8paqr2K3iP%2Fuploads%2Fgit-blob-4d0221763e41abe22009fa04ee5b42898be9dde2%2F39b2791ce1eef86bc21725695eb50746a58561a1-200x400.png?alt=media" alt="quick-menu-layout image" width="200"><figcaption></figcaption></figure>

At this point, you should see the following when the quick menu is shown:

Without sub menu:

<figure><img src="https://2401778818-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvUuF7dc8Zt8paqr2K3iP%2Fuploads%2Fgit-blob-8a5a7b11051d12c63569a6cc2f6db9eca36485f1%2F6cdf576ed5556c56232f28dab2b2712fe36c4a4e-248x267.gif?alt=media" alt="quick menu without sub menu image" width="248"><figcaption></figcaption></figure>

With sub menu:

<figure><img src="https://2401778818-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvUuF7dc8Zt8paqr2K3iP%2Fuploads%2Fgit-blob-6a6986c2f6087075d6f264f9dc71566c3cfee5d8%2Fce9de57d692c843348c9b7cff815cbce4009e9c7-292x241.gif?alt=media" alt="quick menu with sub menu image" width="248"><figcaption></figcaption></figure>


---

# 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://docs.apryse.com/reusable-content/customizequickmenu-quickmenu3.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.
