> 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-inspiration.md).

# adnova Inspiration

- [How to create boards and sub-boards?](https://adnova.gitbook.io/adnova-academy/adnova-inspiration/how-to-create-boards-and-sub-boards.md)
- [How to Install adnova Chrome Extension?](https://adnova.gitbook.io/adnova-academy/adnova-inspiration/how-to-install-adnova-chrome-extension.md)
- [How to save ads from Ad libraries?](https://adnova.gitbook.io/adnova-academy/adnova-inspiration/how-to-save-ads-from-ad-libraries.md)
- [How to save Ads from Meta Ad Library?](https://adnova.gitbook.io/adnova-academy/adnova-inspiration/how-to-save-ads-from-ad-libraries/how-to-save-ads-from-meta-ad-library.md)
- [How to save Ads from TikTok Ad Library](https://adnova.gitbook.io/adnova-academy/adnova-inspiration/how-to-save-ads-from-ad-libraries/how-to-save-ads-from-tiktok-ad-library.md)
- [How to save ads from TikTok Top Ads?](https://adnova.gitbook.io/adnova-academy/adnova-inspiration/how-to-save-ads-from-ad-libraries/how-to-save-ads-from-tiktok-top-ads.md)
- [How to save ads from TikTok Spotlight?](https://adnova.gitbook.io/adnova-academy/adnova-inspiration/how-to-save-ads-from-ad-libraries/how-to-save-ads-from-tiktok-spotlight.md)
- [How to view ad details?](https://adnova.gitbook.io/adnova-academy/adnova-inspiration/how-to-view-ad-details.md)
- [How to add Annotations?](https://adnova.gitbook.io/adnova-academy/adnova-inspiration/how-to-view-ad-details/how-to-add-annotations.md)
- [How to view Ad info and add Tags?](https://adnova.gitbook.io/adnova-academy/adnova-inspiration/how-to-view-ad-info-and-add-tags.md)
- [How to Share Ads?](https://adnova.gitbook.io/adnova-academy/adnova-inspiration/how-to-share-ads.md)
- [How to share Boards?](https://adnova.gitbook.io/adnova-academy/adnova-inspiration/how-to-share-boards.md)
- [How to use Discover Ad Library?](https://adnova.gitbook.io/adnova-academy/adnova-inspiration/how-to-use-discover-ad-library.md): Upon signing up for our product, you will be directed to the Discover Ad Library, where you will gain access to over 4 million meticulously curated Ads from renowned brands worldwide.
- [How to Request a new brand?](https://adnova.gitbook.io/adnova-academy/adnova-inspiration/how-to-use-discover-ad-library/how-to-request-a-new-brand.md)
- [How to favorite an Ad creative:](https://adnova.gitbook.io/adnova-academy/adnova-inspiration/how-to-use-discover-ad-library/how-to-favorite-an-ad-creative.md)
- [How to use Filters?](https://adnova.gitbook.io/adnova-academy/adnova-inspiration/how-to-use-filters.md): Filters:  You can refine your search for ads based on format, platform, status, and industry.
- [Brands](https://adnova.gitbook.io/adnova-academy/adnova-inspiration/brands.md): Brand List: You can access a comprehensive list of all available brands in adnova, along with their respective ad counts, and even add them directly to adnova Detective for further analysis.


---

# 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-inspiration.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.
