> For the complete documentation index, see [llms.txt](https://docs.seodity.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.seodity.com/getting-started/finding-and-adding-competitors.md).

# Finding and adding competitors

{% hint style="success" %}
**Good to know:** Seodity can automatically suggest the best competitors based on your website's keywords that we have found.
{% endhint %}

## Suggested competitors

Discovering your competitors in Seodity is easy with our suggested competitors' feature.

Step 1: Click on the project's settings button, located at the top of the page.&#x20;

<figure><img src="/files/8oadZ4kpjoTGCJH6osJN" alt=""><figcaption></figcaption></figure>

Step 2: Go into the competitors' tab, where you can see a list of suggested competitors.&#x20;

<figure><img src="/files/Tz3U4del2kQtPPv8gzm7" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
By following these simple steps, you'll be able to quickly and easily identify potential competitors for your project in Seodity.
{% endhint %}

## Adding competitors

Adding competitors to your project in Seodity is a straightforward process

### Suggested

To add a suggested competitor, navigate to the competitors' tab and simply click the "+" icon next to the suggested competitor.&#x20;

<figure><img src="/files/PpLzldxboNksuFwGBYS0" alt=""><figcaption></figcaption></figure>

### Adding manually

Method 2: Alternatively, you can add your own competitors by manually typing their domain name in the text area below the table and clicking enter.&#x20;

<figure><img src="/files/7CIRHB8K8YDPZSv65SNb" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
By using either of these methods, you'll be able to keep track of your competitors in Seodity easily.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.seodity.com/getting-started/finding-and-adding-competitors.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
