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

# 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
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.tomatophp.com/tomato-admin.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.
