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

# Projects

In BeyondWords, a project is a workspace with its own settings for content, distribution, analytics, and monetization.

You can use projects to manage content across different publications, website environments, or editorial categories. Your project limit depends on your organization's plan.

## Create a project

<Steps>
  <Step title="Open the project creator">
    Go to your organization's homepage and click **+ Project**.
  </Step>

  <Step title="Enter project details">
    Complete the following details:

    * **Project logo (optional)**: Upload an image to help you quickly identify the project in your dashboard
    * **Project name**: A descriptive name so you can easily find the project later
    * **Language**: The default language for voice selection and [AI preprocessing](/docs-and-guides/voices/customization#enable-ai-preprocessing)
    * **Accent**: The default accent (where available) for voice selection and [AI preprocessing](/docs-and-guides/voices/customization#enable-ai-preprocessing)
    * **Environment (optional)**: Label as "Production" or "Staging" for easy reference
  </Step>

  <Step title="Save the project">
    Click **Save changes** to create your project.

    You’ll then be taken to the project dashboard.
  </Step>
</Steps>

## Navigate a project dashboard

Here’s a quick overview of a project dashboard and what you can do in each section:

### Content

* View and manage all your [content items](/docs-and-guides/content/content-items)
* Open and edit content in the [Editor](/docs-and-guides/tools/editor)
* Set default [voices](/docs-and-guides/voices/overview) for your project
* Add [pronunciation rules](/docs-and-guides/voices/customization#pronunciation-rules) at the organization or project level
* Configure default settings for [scripts](/docs-and-guides/tools/generate-scripts), [videos](/docs-and-guides/content/video), and [background music](/docs-and-guides/tools/add-music)

<Tip>
  You can override the default settings for individual content items via the [Editor](/docs-and-guides/tools/editor) or [API](/docs-and-guides/integrations/api-overview).
</Tip>

### Distribution

* Customize the [BeyondWords player](/docs-and-guides/distribution/player/player-introduction)
* Create and manage [playlists](/docs-and-guides/distribution/playlists)
* Create and manage [podcast feeds](/docs-and-guides/distribution/podcast-feeds)

### Analytics

* View your [analytics dashboard](/docs-and-guides/analytics/analytics-dashboard)
* Enable or disable analytics tracking
* Configure [analytics integrations](/docs-and-guides/analytics/analytics-integrations)

### Monetization

* [Run direct or programmatic ads](/docs-and-guides/monetization/ads)

### Settings

* Update your project name, logo, and environment
* Set your project time zone
* Control automatic audio and video generation
* Set default pauses to go after titles and/or between paragraphs
* Configure your [integration method](/docs-and-guides/integrations/integrations-overview) and [content extraction settings](/docs-and-guides/integrations/content-extraction)
* Create and manage [webhooks](/docs-and-guides/integrations/webhooks)
* Manage [project members](/docs-and-guides/admin/members)

## Manage projects

<AccordionGroup>
  <Accordion title="View projects">
    You can view all your projects on your BeyondWords homepage. Favorited projects appear at the top for quick access.

    Use the search bar to find specific projects. You can sort by name or created date, and filter by language or environment.

    Click any project to open its dashboard.

    <Tip>
      To return to the homepage, click the project name in the upper-left corner, then select **Home**.
    </Tip>
  </Accordion>

  <Accordion title="Delete projects">
    To delete a project:

    1. Open the project dashboard
    2. Go to **Settings**
    3. Click ••• in the upper right
    4. Click **Delete project**
    5. Enter your project name and click **Permanently delete** to confirm

    <Danger>
      Deleting a project is permanent and irreversible. All [content items](/docs-and-guides/content/content-items) will be deleted. This can take a long time, and the project may still appear until deletion is complete.
    </Danger>
  </Accordion>

  <Accordion title="Favorite / unfavorite projects">
    To favorite or unfavorite a project, go to your BeyondWords homepage and click the star icon on the corresponding project.

    Favorited projects appear at the top of your homepage for easy access.
  </Accordion>

  <Accordion title="Edit project logo, name, time zone, or environment">
    To edit a project's logo, name, time zone, or environment type:

    1. Open the project dashboard
    2. Go to **Settings**
    3. Edit the details as required
    4. Click **Save changes**
  </Accordion>
</AccordionGroup>

## FAQs

<AccordionGroup>
  <Accordion title="Will updates to project settings affect my previous content?">
    In general, changes to your project settings do not affect existing content items, even if those items are [regenerated](/docs-and-guides/content/content-items#regenerate-content). (For example, if you update your project's default voice, existing content items will continue using their original voices unless they are updated directly in the Editor or through the API.)

    The exceptions are:

    1. [Filters](/docs-and-guides/integrations/content-extraction#filters): New content filters are applied when content is regenerated automatically through an integration
    2. [Pronunciation rules](/docs-and-guides/voices/customization#pronunciation-rules): New pronunciation rules are applied to any generated or regenerated content within their scope
    3. [Background music](/docs-and-guides/tools/add-music): If a content item uses the project's default background music, changes to that default will be applied when the content is regenerated
    4. [Style template](/docs-and-guides/content/video#style-templates): If a video uses the project's style template and it has not been customized in the [Editor](/docs-and-guides/tools/editor), changes to the template will be applied when the content is regenerated

    These changes do not trigger regeneration automatically. You must [regenerate](/docs-and-guides/content/content-items#regenerate-content) the content item for the updates to take effect.

    To apply other project-level changes to existing content, update the content item directly in the [Editor](/docs-and-guides/tools/editor) or through the [API](/docs-and-guides/integrations/api-overview) before regenerating.
  </Accordion>
</AccordionGroup>
