# Site Search

{% hint style="info" %}
**To see your site search**, head over to yourdomain.mavenseed.com/search You can use this URL in your navigation as well!
{% endhint %}

Each Maven site comes equipped with a global site search that will search your content based off of it's Title, Excerpt, [Category](/creating-content/categories.md) and Tags.&#x20;

![](/files/-LovJKmzY7dW308ib1cn)

The search can be accessed by visiting your Mavenseed domain <http://yourdomain.mavenseed.com/search&#x20>;

Here your member can search your content by the [Custom categories](/creating-content/categories.md) you've set up, and types of content on Mavenseed.&#x20;

{% hint style="info" %}
**Pro Tip:** If you'd like to have your search accessible, visit your menu link settings in admin and add the search to your main site navigation.&#x20;
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.mavenseed.com/creating-content/site-search.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
