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

# Anaconda Distribution

*The Most Trusted Distribution for Data Science*

Anaconda® Distribution is a Python/R data science distribution that contains:

* [conda](https://docs.conda.io/en/latest): a package and environment manager for your command line interface.
* [Anaconda Navigator](/tools/anaconda-navigator/main): a desktop application built on conda, with options to launch other development applications from your managed environments.
* [Over 600 automatically installed packages](/getting-started/anaconda/release-notes) that work well together out of the box. See the full list of packages in Anaconda Distribution's [release notes](/getting-started/anaconda/release-notes).
* Access to the [Anaconda Public Repository](https://repo.anaconda.com/pkgs/), with 8000 open-source data science and machine learning packages. An [RSS feed](https://repo.anaconda.com/pkgs/rss.xml) is updated each time a new package is added to the Anaconda package repository.

<AccordionGroup>
  <Accordion title="Is Anaconda Distribution free for me?">
    For details on Anaconda Distribution and Anaconda's Terms of Service, see our [Terms of Service](https://anaconda.com/legal).
  </Accordion>

  <Accordion title="Should I install Miniconda or Anaconda Distribution?">
    The [Choosing between Anaconda Distribution and Miniconda](/getting-started/concepts/anaconda-or-miniconda) page lists some reasons why you might want one installation over the other.

    <div class="video">
      <iframe src="https://www.youtube.com/embed/3GjrIuiGxX8" title="YouTube video player" frameborder="0" enablejsapi="true" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; fullscreen" allowfullscreen />
    </div>
  </Accordion>
</AccordionGroup>

## Getting started

<CardGroup>
  <Card title="Installation" href="/getting-started/anaconda/install/overview" icon="download">
    Install Anaconda Distribution
  </Card>

  <Card title="Working with conda" href="/getting-started/working-with-conda/main" icon="code">
    View documentation applicable to both Anaconda or Miniconda
  </Card>
</CardGroup>

## Reference

<CardGroup>
  <Card title="System requirements" href="/getting-started/anaconda/system-requirements" icon="check-to-slot">
    Check the system requirements for an Anaconda Distribution install
  </Card>

  <Card title="Release notes" href="/getting-started/anaconda/release-notes" icon="note">
    View an archived list of releases (with included packages) of Anaconda Distribution
  </Card>

  <Card title="Hashes" href="https://repo.anaconda.com/archive/" icon="key">
    Check the integrity of your installer with sha256 hashes on repo.anaconda.com
  </Card>

  <Card title="Troubleshooting" href="/getting-started/anaconda/troubleshooting" icon="wrench">
    Troubleshoot issues with Anaconda Distribution
  </Card>
</CardGroup>

Follow along with step-by-step videos to [download](https://www.anaconda.com/download) and install Anaconda, learn the basics, and gain hands-on experience from the Anaconda Learning team here:

<Card title="Anaconda Learning" icon="book" href="https://learning.anaconda.com/courses/get-started-with-anaconda" />
