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

# 🚩 Fixing known common issues

> Guide to resolving common issues with Élisa, including updates, login difficulties, and connectivity troubleshooting.

## Catalog Generation Fails

If generating a catalog doesn’t seem to work and/or constantly fails, try the following solutions:

<AccordionGroup>
  <Accordion title="Restarting Unreal Engine">
    You will need to restart Unreal Engine after enabling the Élisa plugin for the first time.\
    This ensures all systems are initialized correctly.

    <Warning>
      Skipping this will prevent catalog generation and related features from working, hitting you with a timeout after a minute of catalog generation process.
    </Warning>
  </Accordion>

  <Accordion title="Waiting for Gemini cooldown">
    If you are using a **free Google Gemini API key**, you might hit request or token limits during catalog generation.\
    This can cause the operation to fail immediately or timeout partway through.

    <Note>
      The free-tier Gemini API has strict limits on both the number of requests and the amount of data you can send per minute.\
      If you're seeing repeated errors:

      * Wait a short while before trying again.
      * Reduce the number of assets in your selection.
      * For larger catalogs, consider using a paid Gemini key to avoid these restrictions.

      Learn more here 👉 [Gemini API rate limits](https://ai.google.dev/gemini-api/docs/rate-limits)
    </Note>
  </Accordion>
</AccordionGroup>
