# Explore

The Explore feature within Depths is a curated feed that showcases a variety of tech-related content from different curators.&#x20;

The algorithm behind the feature suggests different topics to users based on their interests and browsing history.&#x20;

It includes a **search bar** that allows users to quickly find content related to a specific topic of their choice.&#x20;

Overall, the Explore feature is a great way for users to discover new and inspiring tech articles and resources, all in one convenient location.&#x20;

<figure><img src="/files/sV3i4hWLnZCWDaYgFEt7" alt=""><figcaption><p>Access different Depths and search for any topic of your choice</p></figcaption></figure>


---

# 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://depths.gitbook.io/depths/features/explore.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.
