> For the complete documentation index, see [llms.txt](https://adnova.gitbook.io/adnova-academy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://adnova.gitbook.io/adnova-academy/adnova-detective/how-to-add-a-brand.md).

# How to add a brand?

1. Open **Meta ad library** and search for any brand that you want to analyze
2. Copy the URL from your browser's address bar
3. Open **adnova Detective** and click **"Analyze Brand"** then paste the URL in it
4. Then click **"Analyze Brand"**

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

{% hint style="info" %}
Initially, it might take 30 minutes to analyze a new brand if it's not already in adnova
{% endhint %}

Alternatively, you can also push any brand from the adnova's brand list to detective to analyze it ([To know more about brand list](/adnova-academy/adnova-inspiration/brands.md))

<figure><img src="/files/xLce5b7pJhsAMiNKiMM8" alt=""><figcaption><p><em>Adding a brand to <strong>Detective</strong> from the adnova's Brands List</em></p></figcaption></figure>


---

# 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://adnova.gitbook.io/adnova-academy/adnova-detective/how-to-add-a-brand.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.
