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

# Organization

> Structure a project so secrets are easy to find, and reuse a value instead of copying it.

A project gives your secrets an environment and a path. Folders subdivide that path, and references let one secret build on another rather than duplicating it.

<CardGroup cols={3}>
  <Card title="Projects" icon="box" href="/docs/documentation/platform/secrets-mgmt/project">
    The environments and paths a project gives your secrets.
  </Card>

  <Card title="Folders" icon="folder" href="/docs/documentation/platform/folder">
    Split a path by service, team, or component.
  </Card>

  <Card title="Referencing and importing" icon="link" href="/docs/documentation/platform/secret-reference">
    Build one secret from another, or pull a whole folder into a second project.
  </Card>
</CardGroup>
