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

# Labels

> Organize and categorize your content

Labels are colored tags that help you organize posts and campaigns. Apply labels to categorize by content type, topic, priority, or any taxonomy that fits your workflow. Labels appear throughout Ordinal and enable powerful filtering.

<img src="https://mintcdn.com/ordinal/9SNngH9d5toHVBfb/images/labels.jpg?fit=max&auto=format&n=9SNngH9d5toHVBfb&q=85&s=b7d7c7233b66815d9f254a5a2673bcd9" alt="Labels" width="1500" height="405" data-path="images/labels.jpg" />

## Creating labels

<Tabs>
  <Tab title="From Settings">
    <Steps>
      <Step title="Open label settings">
        Go to [**Settings → Labels.**](https://app.tryordinal.com/settings/labels)
      </Step>

      <Step title="Add a label">
        Click **Create New Label** and enter a name.
      </Step>

      <Step title="Choose colors">
        Select a color for your new label to help it stand out visually.
      </Step>

      <Step title="Save">
        Click **Create** to add the label.

        <Check>
          Your label is now available to use throughout Ordinal.
        </Check>
      </Step>
    </Steps>
  </Tab>

  <Tab title="While editing">
    <Steps>
      <Step title="Open label field">
        In any post, click the Labels field in the sidebar.
      </Step>

      <Step title="Type a new name">
        Start typing a label that doesn't exist yet.
      </Step>

      <Step title="Create inline">
        Click **Create "\[label name]"** to create and apply it immediately.
      </Step>
    </Steps>
  </Tab>
</Tabs>

## Applying labels

### To posts

Open any post and find the Labels field in the sidebar. Search existing labels or create new ones. Apply multiple labels to a single post - there's no limit.

### To campaigns

Campaigns can also have labels, helping you categorize entire initiatives. Open a campaign and add labels the same way.

## Filtering by label

Labels enable filtering throughout Ordinal:

| View           | How it helps                                 |
| -------------- | -------------------------------------------- |
| **Calendar**   | Focus on specific content types or campaigns |
| **Posts list** | Narrow down to matching posts                |
| **Analytics**  | Compare performance by category              |

<Note>
  Filters use AND logic - selecting multiple labels shows only posts with all selected labels.
</Note>

## Label use cases

<AccordionGroup>
  <Accordion title="Content type">
    Categorize by format:

    * 📸 Photo
    * 🎥 Video
    * 📄 Article
    * 📊 Poll
    * 🧵 Thread
  </Accordion>

  <Accordion title="Topic or pillar">
    Organize by subject:

    * Industry News
    * Company Updates
    * Tips & Tricks
    * Customer Stories
    * Product Features
  </Accordion>

  <Accordion title="Status (internal)">
    Track workflow stages:

    * Needs Review
    * Approved
    * Client Feedback
    * Ready to Publish
    * Evergreen
  </Accordion>

  <Accordion title="Priority">
    Indicate urgency:

    * Urgent
    * High Priority
    * Normal
    * Evergreen (no time pressure)
  </Accordion>

  <Accordion title="Funnel stage">
    Map to marketing funnel:

    * Awareness
    * Consideration
    * Conversion
    * Retention
  </Accordion>
</AccordionGroup>

## Labels vs campaigns

Both help organize content, but they serve different purposes:

| Aspect                | Labels                  | Campaigns                  |
| --------------------- | ----------------------- | -------------------------- |
| **Purpose**           | Flexible categorization | Time-bound groupings       |
| **Date range**        | No                      | Yes                        |
| **Multiple per post** | Yes                     | One per post               |
| **Analytics**         | Filter by label         | Aggregate campaign metrics |

<Tip>
  Use campaigns for initiatives with start/end dates (launches, promotions). Use labels for ongoing categorization that spans campaigns (content type, topic).
</Tip>

## Managing labels

### Edit labels

Update a label's name or colors in **Settings → Labels**. Changes apply immediately to all posts using that label.

### Delete labels

Remove labels you no longer need. Deleting removes the label from all posts but doesn't delete the posts themselves.

<Warning>
  Deleting a label is permanent. Consider renaming instead if you want to preserve the categorization.
</Warning>

### Label usage

In Settings → Labels, see how many posts and campaigns use each label. This helps identify unused labels to clean up.

## Troubleshooting

<AccordionGroup>
  <Accordion title="Label not appearing on post">
    Ensure you saved the post after applying the label. Try refreshing the page.
  </Accordion>

  <Accordion title="Can't find labeled posts">
    Check your current filters. Multiple filters combine with AND logic - a post must match all selected filters to appear.
  </Accordion>

  <Accordion title="Labels not syncing across team">
    Labels are workspace-level. Verify everyone is in the same workspace. Changes should appear for all team members.
  </Accordion>
</AccordionGroup>

## Related

<CardGroup cols={2}>
  <Card title="Campaigns" icon="bullhorn" href="/campaigns/overview">
    Group content by initiative.
  </Card>

  <Card title="Calendar" icon="calendar" href="/calendar/overview">
    Filter your schedule by label.
  </Card>

  <Card title="Post Statuses" icon="circle" href="/posts/statuses">
    Track content through workflow.
  </Card>

  <Card title="Analytics" icon="chart-line" href="/analytics/overview">
    Measure performance by category.
  </Card>
</CardGroup>
