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

# Configure your organization settings

> Manage your organization's name, branding, modules, custom application statuses, deleted items, and embedded reports from the admin settings panel.

Organization settings give you central control over how Campground looks and behaves for your community. You can update your branding, turn features on or off, define custom application statuses, recover deleted content, and embed external analytics dashboards — all from **Settings** in your admin panel.

<Note>
  All settings pages require admin access. If you do not see the **Settings**
  menu, ask your organization's admin to grant you the admin role.
</Note>

<AccordionGroup>
  <Accordion title="General settings" defaultOpen icon="sliders">
    Navigate to **Settings** to update your organization's core details.

    | Field               | Description                                                                                                                                |
    | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
    | **Name**            | The display name shown across your community portal                                                                                        |
    | **Logo**            | Your organization logo, uploaded and hosted automatically                                                                                  |
    | **Primary color**   | Hex color used for buttons, highlights, and accents (e.g., `#448c64`)                                                                      |
    | **Welcome message** | Custom text shown to members when they first log in                                                                                        |
    | **Directory type**  | Controls whether the member directory is visible to all members (`global`) or only to members accepted into a specific program (`program`) |

    After making changes, click **Save** to apply them immediately.
  </Accordion>

  <Accordion title="Module settings" icon="puzzle-piece">
    Campground is built around modules — discrete features you can enable or disable depending on what your community needs. You can also rename any module to match your organization's language.

    | Module    | Default name | What it does                        |
    | --------- | ------------ | ----------------------------------- |
    | Directory | Directory    | Member search and profile browsing  |
    | Posts     | Events       | Event listings with RSVP tracking   |
    | Jobs      | Jobs         | Job board for posting opportunities |
    | Resources | Resources    | Content and resource library        |
    | Programs  | Programs     | Program and cohort management       |
    | Tasks     | Tasks        | Task assignments for members        |
    | Teams     | Teams        | Team directory and management       |
    | Emails    | Emails       | Bulk email composer                 |
    | Overview  | Overview     | Dashboard home screen               |

    To disable a module, toggle it off in **Settings > Modules**. Disabled modules disappear from the sidebar for all members. To rename a module, type a new label in the name field next to it — for example, you might rename "Tasks" to "Assignments" or "Posts" to "Upcoming Events".

    <Tip>
      Modules that are not configured default to enabled. Disable only what you do not use to keep the sidebar clean for your members.
    </Tip>
  </Accordion>

  <Accordion title="Application statuses" icon="circle-dot">
    By default, Campground uses three application statuses: **Pending**, **Accepted**, and **Rejected**. You can replace these with a custom status pipeline that reflects your actual review process.

    A custom pipeline might look like:

    ```text theme={null}
    Pending → Interview → Review → Accepted / Waitlisted / Rejected
    ```

    To manage statuses, go to **Settings > Application Statuses**.

    **Creating a custom status:**

    <Steps>
      <Step title="Click Add status">
        At the bottom of the status list, click **Add status** to create a new entry.
      </Step>

      <Step title="Enter a name and choose a color">
        Give the status a clear name (e.g., "Interview Scheduled") and pick a color so reviewers can distinguish statuses at a glance.
      </Step>

      <Step title="Mark as final if appropriate">
        Enable **Final status** if this status ends the application workflow — for example, "Accepted" or "Rejected". Once an application reaches a final status, it is considered resolved.
      </Step>

      <Step title="Drag to reorder">
        Drag statuses into the order they appear in your review pipeline. This order is reflected throughout the applications view.
      </Step>
    </Steps>
  </Accordion>

  <Accordion title="Trash and deleted items" icon="trash">
    When you delete a program, profile, team, job, post, task, or other item in Campground, it is moved to the trash rather than permanently removed. This gives you time to recover accidental deletions.

    To view deleted items, go to **Settings > Trash**. Items are grouped by type and show when they were deleted.

    **To restore an item**, find it in the trash and click **Restore**. The item returns to its original state with all relationships intact — for example, restoring a deleted program also restores its associated applications.

    **To permanently delete an item**, click **Delete permanently** and confirm. This action cannot be undone.

    Items in the trash are retained indefinitely unless permanently deleted.
  </Accordion>

  <Accordion title="Dashboard reports" icon="chart-bar">
    You can embed external analytics dashboards — such as Metabase or Tableau — directly into Campground so your team can view reports without leaving the platform.

    To add a dashboard, go to **Settings > Reports** and paste the embed URL provided by your analytics tool. Campground renders each URL in an iframe on the Reports page.

    <Warning>
      Make sure each embedded URL uses proper authentication (e.g., signed embed tokens) before sharing the Reports page with your team. Unsecured embed URLs may expose data to any user who can access the page.
    </Warning>
  </Accordion>
</AccordionGroup>
