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

# Projects

> Project management and organization in Diga

# Introduction to Projects

Projects are the **main organizational unit** in Diga. Each project operates independently with its own set of resources, members, and billing configuration.

All platform resources — agents, calls, contacts, phone numbers, and integrations — are associated with a specific project, ensuring **complete data isolation** between projects.

<Note>
  You can create as many projects as you need. There's no limit on the number of projects you can manage.
</Note>

## Create a project

<Steps>
  <Step title="Basic information">
    Provide a descriptive **name** and an optional **description** for your project.
  </Step>

  <Step title="Role assignment">
    You're automatically assigned as **Administrator** of the project.
  </Step>

  <Step title="Initial setup">
    A free subscription is initialized and your project is ready to start creating agents and managing calls.
  </Step>
</Steps>

Each project contains its own set of isolated resources:

* **Agents:** AI voice agents configured with prompts and conversational flows.
* **Calls:** record of all calls with transcriptions, recordings, and analytics.
* **Phone numbers:** acquired numbers and routing configuration.
* **Integrations:** connections to external systems (CRM, databases, APIs).
* **API keys:** programmatic access to project resources.

## Delete a project

Administrators can delete a project from **Settings > Project > Delete Project**.

<Warning>
  Project deletion is **permanent**. Access is removed for all members and resources are no longer available.
</Warning>

Before deleting, keep in mind:

* You must be a project **Administrator**.
* **All associated resources** (agents, calls, contacts, numbers) will no longer be accessible.
* If you delete your last project, a new empty project will be created automatically.

## FAQ

<AccordionGroup>
  <Accordion title="Can I transfer resources between projects?">
    Resources are not moved between projects. However, you can duplicate an agent into another project to create a new draft with copied configuration. Calls, contacts, recordings, phone numbers, billing, project API keys, and stored integration secrets are not copied.

    See [Duplicate Agents Across Projects](/en/build/agents/duplicate-agents) for details.
  </Accordion>

  <Accordion title="Can I rename a project?">
    Yes. Administrators can update the project name and description at any time from **Settings > Project**.
  </Accordion>

  <Accordion title="What happens to data when I delete a project?">
    Data is preserved internally for auditing, but no user will be able to access it.
  </Accordion>
</AccordionGroup>
