# Web Search

**Search the web to add fresh information directly into your work.**&#x20;

Whether you're defining requirements, comparing frameworks, or gathering research for a spec, Korey finds and summarizes relevant results so your team can move faster.

* Research topics, and use findings in your PRDs and specs
* Perform competative analysis with Korey
* Ask Korey to summarize an article or documentation to find key takeaways

{% hint style="info" %}
Admins can enable/disable **Web Search** in Settings > Organization Profile
{% 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.korey.ai/using-korey/web-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.
