# Quick Start: Creating Panel

- [Creating a Simple CRUD](https://helpdocs.quickadminpanel.com/create-panel/create-crud-string-fields.md)
- [Radio/Checkbox/Select Fields](https://helpdocs.quickadminpanel.com/create-panel/radio-checkbox-select-fields.md)
- [Relationships fields: belongsTo/belongsToMany](https://helpdocs.quickadminpanel.com/create-panel/relationship-fields-belongsto-belongstomany.md)
- [File/Photo Upload Fields](https://helpdocs.quickadminpanel.com/create-panel/file-photo-upload-fields.md)
- [Date/Time Picker Fields](https://helpdocs.quickadminpanel.com/create-panel/date-time-picker-fields.md)
- [Multi-language Projects](https://helpdocs.quickadminpanel.com/create-panel/multi-language-projects.md)
- [API Generator](https://helpdocs.quickadminpanel.com/create-panel/api-generator.md)
- [Roles and Permissions](https://helpdocs.quickadminpanel.com/create-panel/roles-permissions.md)
- [How to Change Design Template/Theme](https://helpdocs.quickadminpanel.com/create-panel/design-templates-themes.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://helpdocs.quickadminpanel.com/create-panel.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.
