# Rapidez > Rapidez Docs ## Table of Contents ### Getting started - [Intro](/5.x/intro.md) - [Installation](/5.x/installation.md): The Rapidez requirements and install instructions including info on CORS in Magento/Elasticsearch/OpenSearch, Multistore Nginx configuration, Magento 2 demo shop in Docker and the Rapidez checkout standalone. - [Configuration](/5.x/configuration.md): How to configure Rapidez, where the configuration can be found and how the configuration works with the Magento config. - [Upgrading](/5.x/upgrading.md): Upgrade info from Rapidez v4 to Rapidez v5 including all changes like the removal of the Magento flat tables dependency, the Vue 3 and Tailwind 4 upgrade, new features like customer group pricing, tier pricing, product media videos and cache tags with step-by-step info on how to upgrade. There is also a prompt to automate the upgrade. - [Deployment](/5.x/deployment.md): How to deploy Rapidez to a server / production? - [FAQ](/5.x/faq.md): Some non-technical questions and answers. - [Troubleshooting](/5.x/troubleshooting.md): The first thing to check when there are issues. ### Development - [Theming](/5.x/theming.md): Everything about Rapidez views, CSS, Tailwind CSS, color variables, Javascript, Blade Directives, Blade Components, Blade Icons, Vue Directives, Vue helpers, multistore setup and translations. - [Extending](/5.x/extending.md): Adding models, controllers, widgets, routes and extending the autocomplete. - [Testing](/5.x/testing.md): Everything about testing with Rapidez with PHPUnit, Playwright, Static analysis and Continuous Integration - [GraphQL](/5.x/graphql-components.md): Everything about the Rapidez `` and `` renderless Vue components. - [Packages](/5.x/package-development.md): How to develop packages for Rapidez with info about Eventy filters, Vue events, Javascript events, fallback routing, extending models and notifications. - [Artificial Intelligence](/5.x/ai.md): Everything you need to know when you want to use AI / Laravel Boost with Rapidez. ### Components - [Indexer](/5.x/indexer.md): The Rapidez indexer containing product and category information using Laravel Scout and Elasticsearch/OpenSearch index for InstantSearch. Everything about reindexing and extending the indexer. - [Cache](/5.x/cache.md): How caching works, can be used and cleared with Rapidez. - [Turbo](/5.x/turbo.md): Rapidez is using Turbo, but you can make things even faster with Turbo Frames. ### Packages - [Packages](/5.x/packages.md): A list of all Rapidez packages, but for most things Laravel packages can be used, and if Statamic is installed, Statamic addons can be used too. - [Statamic](/5.x/packages/statamic.md) ### Tutorials - [Semantic Search](/5.x/semantic-search.md): Need an even better search experience? Use Semantic search!