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

# Using Upsun Effectively

> Here are some tips for getting the most out of Upsun's many features.

<CardGroup cols={3}>
  <Card title="HTTP caching" icon="bolt" href="/docs/core-concepts/best-practices/http-caching">
    See your options for HTTP caching with Upsun.
  </Card>

  <Card title="From monoliths to microservices" icon="blocks" href="/docs/core-concepts/best-practices/oneormany">
    Choose the best app topology depending on your needs.
  </Card>

  <Card title="Keep your repository clean" icon="trash-2" href="/docs/core-concepts/best-practices/clean-repository">
    Prevent your Git repository from becoming too large to avoid performance issues.
  </Card>
</CardGroup>
