# Klex Docs > Documentation powered by Blume. ## Docs - [Introduction](https://docs.klex.bot/): Get started with Klex - [Quickstart](https://docs.klex.bot/quickstart): Install Klex and get your first Klex bot up and running. - [Architecture](https://docs.klex.bot/architecture): Understand how Klex bots interact with the outside world and how their system works. ## Concepts - [Cognitive Architecture](https://docs.klex.bot/concepts/cognitive-architecture): Klex bots have a cognitive architecture that's strongly inspired by the Global Workspace Theory. - [The Bot's Soul](https://docs.klex.bot/concepts/soul): Control how Klex bots act and behave using their soul. - [God Messages](https://docs.klex.bot/concepts/god-messages): Klex bots can receive dedicated god messages to control and introspect their behavior. - [Model Providers](https://docs.klex.bot/concepts/model-providers): Use Klex bots with your existing AI subscriptions, first-party API providers, local providers, or generic AI API endpoints. - [Model Selection](https://docs.klex.bot/concepts/model-selection): Configure AI models and their fallbacks for individual use cases of your Klex bot. - [Data Directory](https://docs.klex.bot/concepts/data-directory): Klex bots store all of their memories, character information, and configuration in a single directory. ## Agent resources - [llms-full.txt](https://docs.klex.bot/llms-full.txt): The full Markdown of every page in one file. - [Page Markdown](https://docs.klex.bot/index.md): Append `.md` to any page URL to fetch that page as raw Markdown. - [JSON API](https://docs.klex.bot/api/docs/pages.json): Page index of the JSON docs API; each entry links the page's JSON and Markdown forms. Described by the OpenAPI document at https://docs.klex.bot/openapi.json. - [API catalog](https://docs.klex.bot/.well-known/api-catalog): RFC 9727 linkset of the APIs documented here. - [agent-readability.json](https://docs.klex.bot/agent-readability.json): Manifest of every agent-facing artifact on this site. - [Sitemap](https://docs.klex.bot/sitemap.xml): Every indexable page URL with its last-modified date.