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

# Manage prompts

> Add, remove, and generate tracked prompts for your organization.

<img src="https://mintcdn.com/jhorizon-801c7495/FqtixOqKrnj-ltr8/images/tracked-prompts/tracked-prompts-list.png?fit=max&auto=format&n=FqtixOqKrnj-ltr8&q=85&s=9bd46b0d7137800f07d3b74c4b6fb8a1" alt="Tracked prompts page showing prompt list with management controls" width="1280" height="720" data-path="images/tracked-prompts/tracked-prompts-list.png" />

You can manage your tracked prompts from the tracked prompts page at `/product/{orgId}/tracked-prompts`. From here you can include or exclude prompts, generate new ones with AI, bulk add prompts, and export your list.

## Include or exclude prompts

Each tracked prompt has an include/exclude toggle. Excluding a prompt removes it from future analysis runs without deleting it.

<Steps>
  <Step title="Open the tracked prompts page">
    Navigate to `/product/{orgId}/tracked-prompts` to see your full list of tracked prompts.
  </Step>

  <Step title="Find the prompt you want to toggle">
    Locate the prompt in the list. Use the search bar or scroll to find it.
  </Step>

  <Step title="Toggle the include/exclude switch">
    Click the toggle next to the prompt. When set to **Exclude**, the prompt is skipped in future analysis runs but remains in your list. Toggle it back to **Include** when you want to resume tracking.
  </Step>
</Steps>

<Tip>
  Excluding prompts does not count against your capacity limit. Use this to temporarily pause tracking without losing your prompt history.
</Tip>

## AI-generated prompts

J-Horizon can suggest tracked prompts based on your brand profile, industry, and competitors.

<Note>
  Before using AI Generate, make sure your brand profile is configured and you have available prompt capacity. If either is missing, the generation will return no results.
</Note>

<Steps>
  <Step title="Click AI Generate">
    On the tracked prompts page, click the **AI Generate** button. J-Horizon analyzes your brand profile, industry, and competitor data to create prompt suggestions.
  </Step>

  <Step title="Review the suggestions">
    A list of AI-generated prompt suggestions appears. Each suggestion includes the prompt text and the reasoning behind why it was recommended.
  </Step>

  <Step title="Select the prompts you want to add">
    Check the box next to each prompt you want to track. You can select all suggestions or pick individual ones.
  </Step>

  <Step title="Confirm your selections">
    Click **Add Selected** to add the chosen prompts to your tracked list. The new prompts appear in your list and are included in the next analysis run.
  </Step>
</Steps>

## Bulk add

Use bulk add to add multiple prompts at once. This is useful when onboarding a new brand or expanding coverage to a new topic area.

<Steps>
  <Step title="Click Bulk Add">
    On the tracked prompts page, click the **Bulk Add** button.
  </Step>

  <Step title="Enter your prompts">
    Type or paste your prompts into the input field. Enter one prompt per line.
  </Step>

  <Step title="Review and confirm">
    Review the list of prompts to add. Duplicates are flagged automatically. Click **Add Prompts** to add them to your tracked list.
  </Step>
</Steps>

<Warning>
  Bulk add checks your remaining capacity before adding. If the number of new prompts exceeds your available capacity, the operation is blocked. Remove or exclude existing prompts to free up space.
</Warning>

## Export

Download your tracked prompts as a CSV file for offline review or sharing with team members.

<Steps>
  <Step title="Click Export">
    On the tracked prompts page, click the **Export** button.
  </Step>

  <Step title="Download the CSV file">
    A CSV file is generated and downloaded to your device. The export includes the following columns:

    * **Prompt text** — the full prompt string
    * **Status** — whether the prompt is included or excluded
    * **Date added** — when the prompt was first added
    * **Source** — how the prompt was created (manual, AI-generated, or bulk add)
  </Step>
</Steps>

## Capacity limits

Your organization has a prompt tracking limit based on your current plan. The capacity bar on the tracked prompts page displays your current usage as a fraction of the total allowed (for example, 32/50 prompts).

When you reach your capacity limit:

* You cannot add new prompts until you remove or exclude existing ones.
* AI Generate and Bulk Add are blocked.
* Excluded prompts do not count toward the limit.

<Warning>
  The prompt capacity limit depends on your plan. Contact support if you need a higher limit.
</Warning>

## Troubleshooting

<AccordionGroup>
  <Accordion title="AI Generate returns no results">
    This usually means your brand profile is incomplete. Go to your organization settings and configure your brand name, industry, and competitors. AI Generate uses this information to create relevant suggestions. If your brand profile is complete, check that you have available prompt capacity.
  </Accordion>

  <Accordion title="Cannot add more prompts">
    You have reached your plan's prompt capacity limit. To free up space, exclude or remove prompts you no longer need. Excluded prompts do not count toward the limit. If you need a higher limit, contact support to upgrade your plan.
  </Accordion>

  <Accordion title="Prompt already exists">
    J-Horizon prevents duplicate prompts. If you try to add a prompt that already exists in your tracked list (including excluded prompts), it is flagged as a duplicate. Check your existing list to find the original entry — it may be excluded.
  </Accordion>
</AccordionGroup>

## Related pages

<CardGroup cols={3}>
  <Card title="Tracked prompts overview" href="/tracked-prompts/overview">
    Learn what tracked prompts are and how they fit into your AI visibility workflow.
  </Card>

  <Card title="Suggested prompts" href="/tracked-prompts/suggested-prompts">
    Browse AI-suggested prompts and add them to your tracking list.
  </Card>

  <Card title="Limits reference" href="/reference/limits">
    View plan-specific limits for prompts, organizations, and other resources.
  </Card>
</CardGroup>
