> For the complete documentation index, see [llms.txt](https://help.solar-archive.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.solar-archive.com/docs/outlook-add-in/searching-via-the-outlook-add-in.md).

# Searching via the Outlook Add-in

You can search your entire archive using the Outlook add-in without ever leaving Outlook. If you need to, you can also take your Outlook add-in search into the full archive interface.

We're going to run the following example search story:

*"I know I had an email that I wanted to read from the company Zeplin. It had something to do with how to build bots."*&#x20;

So, let's do that search within the Outlook Add-in.

* Search the Archive for emails from `blog@send.zapier.com`
* Search should include keyword "bots"

#### Open the Outlook Add-in

Click the Outlook add-in from within your Outlook ribbon bar or from within the more menu if you're using the newer Outlook interface.

#### Click the "Search" Icon

Click the search icon from within the Outlook add-in to bring up the search interface.

{% hint style="info" %}
You don't need to select an email from `blog@zapier..`. You can be selected on any email you'd like.&#x20;
{% endhint %}

#### Type our first keyword into the Search Field

We know the email contained something to do with "bots" so let's type that into the search field on the Outlook add-in.

<img src="/files/YO0uO99ng6hx7C7VACUV" alt="" data-size="original">

#### Click the "From" Button

Automatically, the Outlook add-in sets the email address from the email you've selected in Outlook as the "from" address. For our search query, we'll need to change that to `blog@send.zapier.com`

![](/files/bW7Cz4gHqWSLwk0rooDO)

#### Enter the "From" Address

In this case, we want to change it to `blog@send.zapier.com` so let's add that and remove the one set by add-in automatically.

![](/files/8mIt3rvooEfjmE8gAYxI)

#### Find Results

We should have some archive results visible if we close the "From" box. To close the from box you can either click the "X" icon in the corner or click within the dark overlay at the top.

![](/files/ghszG6v25lxQAIjJZ74Y)

#### View the Email

Let's read the email, just click on the result from the list. The archived email should now be opened inside the add-in.

![](/files/6sa4bXcSrDwuvkiUCwTL)

This is just a small sample of what the Outlook add-in can do.&#x20;


---

# 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://help.solar-archive.com/docs/outlook-add-in/searching-via-the-outlook-add-in.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.
