> ## Documentation Index
> Fetch the complete documentation index at: https://docs.literalai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Chainlit

<Steps>
  <Step title="Create a Project and copy your API key">
    Create a project [here](https://cloud.getliteral.ai) and copy your Literal AI API key.
  </Step>

  <Step title="Run your Chainlit application">
    To start monitoring your Chainlit application, just set the `LITERAL_API_KEY` environment variable and run your application as you normally would.
  </Step>
</Steps>

Literal AI will automatically start monitoring your Chainlit application.

<Warning>
  You **DO NOT** need to add any additional code, such as Literal AI decorators or instrumentation to your Chainlit application to start monitoring it with Literal AI.
</Warning>
