# Sharp > The Laravel Content Management Framework. ## Table of Contents ### Introduction - [Getting started and installation](/docs/9.x/guide.md) - [The entity class](/docs/9.x/guide/entity-class.md) - [Create the main menu](/docs/9.x/guide/building-menu.md) ### Entity Lists - [Create an Entity List](/docs/9.x/guide/building-entity-list.md) - [Filters](/docs/9.x/guide/filters.md) - [Entity States](/docs/9.x/guide/entity-states.md) - [Reordering instances](/docs/9.x/guide/reordering-instances.md) - [Avoid n+1 queries in Entity Lists](/docs/9.x/guide/avoid-n1-queries-in-entity-lists.md) ### Forms - [Create a Form](/docs/9.x/guide/building-form.md) - [Using Single Form for unique resources](/docs/9.x/guide/single-form.md) - [Quick creation form](/docs/9.x/guide/quick-creation-form.md) - [Write an Embed for the Editor field](/docs/9.x/guide/form-editor-embeds.md) - [Text](/docs/9.x/guide/form-fields/text.md) - [Textarea](/docs/9.x/guide/form-fields/textarea.md) - [Editor](/docs/9.x/guide/form-fields/editor.md) - [Number](/docs/9.x/guide/form-fields/number.md) - [Html](/docs/9.x/guide/form-fields/html.md) - [Check](/docs/9.x/guide/form-fields/check.md) - [Date](/docs/9.x/guide/form-fields/date.md) - [Upload](/docs/9.x/guide/form-fields/upload.md) - [Select](/docs/9.x/guide/form-fields/select.md) - [Autocomplete](/docs/9.x/guide/form-fields/autocomplete.md) - [Tags](/docs/9.x/guide/form-fields/tags.md) - [List](/docs/9.x/guide/form-fields/list.md) - [AutocompleteList](/docs/9.x/guide/form-fields/autocomplete-list.md) - [Geolocation](/docs/9.x/guide/form-fields/geolocation.md) - [Multi-Forms (deprecated)](/docs/9.x/guide/multiforms.md) ### Show Pages - [Create a Show Page](/docs/9.x/guide/building-show-page.md) - [Using Single Show for unique resources](/docs/9.x/guide/single-show.md) - [Text](/docs/9.x/guide/show-fields/text.md) - [Picture](/docs/9.x/guide/show-fields/picture.md) - [List](/docs/9.x/guide/show-fields/list.md) - [File](/docs/9.x/guide/show-fields/file.md) - [Entity List](/docs/9.x/guide/show-fields/entity-list.md) - [Dashboard](/docs/9.x/guide/show-fields/dashboard.md) ### Dashboards - [Create a Dashboard](/docs/9.x/guide/building-dashboard.md) - [Graph widget](/docs/9.x/guide/dashboard-widgets/graph.md) - [Panel widget](/docs/9.x/guide/dashboard-widgets/panel.md) - [Figure widget](/docs/9.x/guide/dashboard-widgets/figure.md) - [Ordered list widget](/docs/9.x/guide/dashboard-widgets/ordered-list.md) ### Commands - [Write a Command](/docs/9.x/guide/commands.md) - [Write a Wizard Command](/docs/9.x/guide/commands-wizard.md) ### Authentication and authorizations - [Authentication](/docs/9.x/guide/authentication.md) - [Two-factor authentication (2fa)](/docs/9.x/guide/authentication-2fa.md) - [Passkeys](/docs/9.x/guide/authentication-passkeys.md) - [Entity authorizations](/docs/9.x/guide/entity-authorizations.md) ### Generalities - [Sharp's breadcrumb](/docs/9.x/guide/sharp-breadcrumb.md) - [Implement global search](/docs/9.x/guide/global-search.md) - [How to transform data](/docs/9.x/guide/how-to-transform-data.md) - [Create links to an entity](/docs/9.x/guide/link-to.md) - [Add global page alert](/docs/9.x/guide/page-alerts.md) - [Sharp Context](/docs/9.x/guide/context.md) - [Sharp built-in solution for uploads](/docs/9.x/guide/sharp-uploads.md) - [Data localization in Form and Show Page](/docs/9.x/guide/data-localization.md) - [Testing](/docs/9.x/guide/testing.md) - [Testing with Sharp (legacy API)](/docs/9.x/guide/testing-legacy.md) - [Artisan Generators](/docs/9.x/guide/artisan-generators.md) - [Style & Visual Theme](/docs/9.x/guide/style-visual-theme.md) ### Migrations guide - [Upgrading from 8.x to 9.x](/docs/9.x/guide/upgrading/9.0.md) - [Upgrading from 7.x to 8.x](/docs/9.x/guide/upgrading/8.0.md) - [Upgrading from 6.x to 7.x](/docs/9.x/guide/upgrading/7.0.md) - [Upgrading from 5.x to 6.x](/docs/9.x/guide/upgrading/6.0.md) - [Upgrading from 4.2.x to 5.x](/docs/9.x/guide/upgrading/5.0.md) - [Upgrading from 4.1.x to 4.2](/docs/9.x/guide/upgrading/4.2.md) - [Upgrading from 4.1 to 4.1.3](/docs/9.x/guide/upgrading/4.1.3.md) - [Upgrading from 4.0 to 4.1](/docs/9.x/guide/upgrading/4.1.md) ### Other - [Custom form field](/docs/9.x/guide/custom-form-fields.md) - [Custom show field](/docs/9.x/guide/custom-show-fields.md)