# Tomato Admin

- [Get Started](https://docs.tomatophp.com/tomato-admin/get-started.md): 🍅 Tomato Admin Dashboard Build With FilamentPHP Theme for Laravel Splade
- [Install](https://docs.tomatophp.com/tomato-admin/install.md)
- [Generate CRUD](https://docs.tomatophp.com/tomato-admin/generate-crud.md)
- [Slots](https://docs.tomatophp.com/tomato-admin/slots.md)
- [Widgets](https://docs.tomatophp.com/tomato-admin/widgets.md)
- [Menus](https://docs.tomatophp.com/tomato-admin/menu.md)
- [Requests](https://docs.tomatophp.com/tomato-admin/requests.md)
- [Index Request](https://docs.tomatophp.com/tomato-admin/requests/index.md)
- [JSON Request](https://docs.tomatophp.com/tomato-admin/requests/json.md)
- [Get Request](https://docs.tomatophp.com/tomato-admin/requests/get.md)
- [Store Request](https://docs.tomatophp.com/tomato-admin/requests/store.md)
- [Update Request](https://docs.tomatophp.com/tomato-admin/requests/update.md)
- [Destroy Request](https://docs.tomatophp.com/tomato-admin/requests/destroy.md)
- [Inputs](https://docs.tomatophp.com/tomato-admin/inputs.md)
- [Rich Text Editor](https://docs.tomatophp.com/tomato-admin/inputs/rich-text-editor.md)
- [Phone Editor](https://docs.tomatophp.com/tomato-admin/inputs/phone-editor.md)
- [Color Switcher](https://docs.tomatophp.com/tomato-admin/inputs/color-switcher.md)
- [Inputs Repeater](https://docs.tomatophp.com/tomato-admin/inputs/inputs-repeater.md)
- [Draggable](https://docs.tomatophp.com/tomato-admin/inputs/draggable.md)
- [Code Editor](https://docs.tomatophp.com/tomato-admin/inputs/code-editor.md)
- [Select Input](https://docs.tomatophp.com/tomato-admin/inputs/select-input.md)
- [Submit](https://docs.tomatophp.com/tomato-admin/inputs/submit.md)
- [Items](https://docs.tomatophp.com/tomato-admin/inputs/items.md)
- [Search](https://docs.tomatophp.com/tomato-admin/inputs/search.md)
- [Icon](https://docs.tomatophp.com/tomato-admin/inputs/icon.md)
- [Components](https://docs.tomatophp.com/tomato-admin/components.md)
- [Relation Manager](https://docs.tomatophp.com/tomato-admin/components/relation-manager.md)
- [Container](https://docs.tomatophp.com/tomato-admin/components/container.md)
- [View Row](https://docs.tomatophp.com/tomato-admin/components/view-row.md)
- [Widget](https://docs.tomatophp.com/tomato-admin/components/widget.md)
- [Button](https://docs.tomatophp.com/tomato-admin/components/button.md)
- [Menu](https://docs.tomatophp.com/tomato-admin/components/menu.md)
- [Tooltip](https://docs.tomatophp.com/tomato-admin/components/tooltip.md)
- [©️ Clipboard](https://docs.tomatophp.com/tomato-admin/components/clipboard.md)
- [Slider](https://docs.tomatophp.com/tomato-admin/components/slider.md)
- [Action Buttons](https://docs.tomatophp.com/tomato-admin/components/action-buttons.md)
- [Application Logo](https://docs.tomatophp.com/tomato-admin/components/application-logo.md)
- [Dropdown](https://docs.tomatophp.com/tomato-admin/components/dropdown.md)
- [Paginator](https://docs.tomatophp.com/tomato-admin/components/paginator.md)
- [Table](https://docs.tomatophp.com/tomato-admin/table.md)
- [Bulk Actions](https://docs.tomatophp.com/tomato-admin/table/bulk-actions.md)
- [Filters](https://docs.tomatophp.com/tomato-admin/table/filters.md)
- [Slots](https://docs.tomatophp.com/tomato-admin/table/slots.md)
- [Jetstream & Fortify](https://docs.tomatophp.com/tomato-admin/jetstream-and-fortify.md)
- [Upgrade](https://docs.tomatophp.com/tomato-admin/upgrade.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.tomatophp.com/tomato-admin.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.
