> For the complete documentation index, see [llms.txt](https://docs.presearch.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.presearch.io/presearch-engine/faq/how-to-add-new-search-providers-to-your-presearch-dashboard.md).

# How to Add New Search Providers to your Presearch Dashboard

**STEPS**\
1\. Go to [Presearch.com](https://presearch.com/) and log in to your account.

2\. click on the following link  <https://account.presearch.com/providers>

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

3\. Using the search field type in ‘Dictionary’.

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

For this tutorial, we are searching for ‘Dictionary’. Use this field to search for many other search providers.

4\. Click on ‘Dictionary.com’ to add it to your default search providers.

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

Clicking on the name of the provider (see arrow) will move this provider up to your default search choices.

<br>

<figure><img src="/files/4VWGlpcvYK4Yh650r8eC" alt=""><figcaption></figcaption></figure>

Like a nicely executed magic trick, your provider has been added to your default search choices.

5\. Return to the home screen and get ready to use your newest search provider!

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

Now you can search definitions all day long!

Try adding any of the other 100+ search providers to your dashboard using these same steps.


---

# 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.presearch.io/presearch-engine/faq/how-to-add-new-search-providers-to-your-presearch-dashboard.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.
