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

# Configure Intelligence

> How to set up the Rocket.new Intelligence wizard and get useful signals from the Intelligence dashboard.

export const LlmsDirective = () => <blockquote className="llms-directive">
    For the complete documentation index, see <a href="/llms.txt">llms.txt</a>.
    For a lightweight markdown version of this page, append .md to the URL.
  </blockquote>;

<LlmsDirective />

Intelligence is a one-time workspace setup, not a repeatable task. You run the Intelligence setup wizard once, and it monitors your competitors from that point forward. This guide covers how to configure each step effectively and how to manage your monitoring after setup.

## How to start

From the home screen after login, select **Intelligence** from the bottom of the input area. The wizard walks you through five steps.

## Step 1: Your context

Tell Intelligence who you are so it knows what signals matter.

<Steps>
  <Step title="Enter your business URL">
    Paste the URL of your company website.
  </Step>

  <Step title="Select your team size">
    Choose from the dropdown:

    | Option     |
    | :--------- |
    | 1 to 10    |
    | 11 to 50   |
    | 51 to 200  |
    | 201 to 500 |
    | 500+       |
  </Step>

  <Step title="Click Next">
    Proceed to the next step.
  </Step>
</Steps>

<Tip>
  The more specific your business URL and context, the more relevant the signals Intelligence surfaces.
</Tip>

## Step 2: What matters most to you

Select the signal categories you care about. Choose as many as you want.

| Signal category       |
| :-------------------- |
| Pricing and packaging |
| Product updates       |
| Key hires and exits   |
| Funding and valuation |
| Blogs                 |
| Revenue               |

Click **Next** when you have made your selections.

## Step 3: Who are you watching?

Add the URLs of the competitors you want to monitor.

<Steps>
  <Step title="Enter a competitor URL">
    Type or paste a valid URL for the competitor you want to watch.
  </Step>

  <Step title="Add more competitors">
    Click **Add more** and enter another URL. Repeat for every competitor you want to monitor.
  </Step>

  <Step title="Click Next">
    Proceed once all competitor URLs are added.
  </Step>
</Steps>

There is no limit on the number of competitors you can add. Start with your most direct competitors and expand later from the Intelligence dashboard.

## Step 4: Channel and frequency

Configure where Intelligence delivers your briefs and how often.

**Notification channels:**

| Channel                     | Status        |
| :-------------------------- | :------------ |
| Push notification           | Available now |
| Email (your signup address) | Available now |
| WhatsApp                    | Coming soon   |
| Slack                       | Coming soon   |

**Brief frequency:**

| Frequency      | Description                                           |
| :------------- | :---------------------------------------------------- |
| Daily briefs   | Selected by default. You receive a summary every day. |
| Weekly digest  | A consolidated summary once per week.                 |
| Monthly digest | A high-level overview once per month.                 |

Select your preferred channel and frequency, then click **Next**.

## Step 5: Approval

Review everything you configured in the previous steps. When you approve, Rocket starts watching all the competitors and signal categories you selected. Your first brief arrives within 24 hours.

<Info>
  After approval, Intelligence begins processing immediately. You do not need to keep the page open.
</Info>

## After setup: managing from the dashboard

Once your wizard is approved, everything is managed from the Intelligence panel:

* **Add more competitors** - click **+ Add competitors** in the Intelligence sidebar to add new competitors at any time
* **Review daily briefs** - summary of what changed across all competitors since your last brief
* **Browse all signals** - the full feed, filterable by competitor, channel, or date
* **Open competitor profiles** - six-tab view (Overview, News, Website, Customers, People, Social) for each tracked company

When a signal warrants deeper analysis, use it as the starting point for a Solve task:

```plaintext wrap theme={null}
My competitor just dropped their enterprise pricing by 20% according to my Intelligence brief. Analyze what this likely signals about their strategy - are they commoditizing to grow volume, responding to a new entrant, or preparing for a fundraise? How should we respond?
```

## What to watch for by signal type

**Pricing changes**
Worth analyzing immediately. Price changes signal positioning shifts, competitive pressure, or a push into a new segment.

**New feature launches**
Cross-reference with their hiring patterns (People tab) and job listings to understand investment level.

**Messaging changes**
Homepage headline and positioning changes often precede a campaign or audience pivot. Compare old vs. new in the Website tab.

**Leadership changes**
New VP of Sales, CPO, or CMO hires often signal upcoming strategic shifts. Worth monitoring over the following quarter.

**Customer wins and case studies**
New logos in sectors you're targeting indicate competitive movement in those accounts.

## Common configuration mistakes

<AccordionGroup>
  <Accordion title="Vague company context">
    "We make software" tells Intelligence nothing about what matters to you. Describe your product, your target customer, your stage, and what competitor moves would change your plans. Better context means better signal curation.
  </Accordion>

  <Accordion title="Too many competitors upfront">
    Adding 20 competitors immediately floods your daily brief with noise. Start with your three to five most direct competitors and add others over time as you see what the dashboard surfaces.
  </Accordion>

  <Accordion title="Selecting every channel">
    More channels means more signals, not better signals. Pick the channels that match your competitive priorities. If you don't care about hiring patterns yet, leave People unchecked for now.
  </Accordion>

  <Accordion title="Daily frequency by default">
    Daily briefs work for very fast-moving markets. For most teams, weekly is enough - and keeps the signal-to-noise ratio healthy. Switch to daily for specific competitors if something heats up.
  </Accordion>
</AccordionGroup>

## What's next?

<CardGroup cols={2}>
  <Card title="Prompting for Solve" icon="magnifying-glass" href="/learn/guides/for-solve">
    Frame strategic research questions effectively.
  </Card>

  <Card title="Prompting for Build" icon="hammer" href="/learn/guides/for-build">
    Describe apps and features for better results.
  </Card>

  <Card title="Intelligence" icon="radar" href="/intelligence/overview">
    Learn how Intelligence and the dashboard work.
  </Card>

  <Card title="Competitive response workflow" icon="bullseye-arrow" href="/learn/workflows/competitive-response">
    React to competitor changes with a structured workflow.
  </Card>
</CardGroup>
