# Framework Elements

- [Menus](https://docs.openbuild.io/framework-elements/menus.md)
- [Option sets](https://docs.openbuild.io/framework-elements/option-sets.md): A list of all the option sets we use in openBuild (and why)
- [Plugins](https://docs.openbuild.io/framework-elements/plugins.md): A list of plugins openBuild uses by default
- [API Connector](https://docs.openbuild.io/framework-elements/api-connector.md)
- [User Access Management](https://docs.openbuild.io/framework-elements/user-access-management.md): How users signup and login to your app
- [CRUD Floating Group](https://docs.openbuild.io/framework-elements/crud-floating-group.md)
- [CRUD Popup](https://docs.openbuild.io/framework-elements/crud-popup.md)
- [Data Table](https://docs.openbuild.io/framework-elements/data-table.md)
- [Security Redirect](https://docs.openbuild.io/framework-elements/security-redirect.md): Keep unwanted users out
- [Mail management](https://docs.openbuild.io/framework-elements/mail-management.md): ⚡️ Superfast email builder
- [User Settings](https://docs.openbuild.io/framework-elements/user-settings.md)
- [Header & Footer](https://docs.openbuild.io/framework-elements/header-and-footer.md)


---

# 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.openbuild.io/framework-elements.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.
