# Using the Search function in Taxi

You can use the search function in Taxi to search for projects, mailings and versions on your account. This saves time searching through pages of projects, mailings or versions. You can find the search function on the bottom left of your Taxi screen.&#x20;

There are two things that we suggest to improve the search results:

### 1. There are advance search symbols:

'-' exclude documents that contain the term from the search results. The '-' operator only applies to individual terms.\
For example, to exclude documents that contain the term email in the default search field, specify: '-email'. Searching for 'new -email' retrieves all documents that do not contain the term email, but do contain the term new.

'|' include documents that contain the term in the search results, even if they don't contain the other terms. The '|' operator only applies to individual terms.\
For example, to include documents that contain either of two terms, specify: 'term1 |term2'. Searching for 'new email | campaign' includes documents that contain both 'new' and 'email', or the term 'campaign'.

'\*' This matches results that contain the prefix followed by zero or more characters. You must specify at least one character as the prefix.\
For example, to include documents that contain 'term1' or 'term2' or 'terminal', specify: 'term\*'. Searching for 'term\*' includes documents that contain any of the words that starts with 'term'.

### 2. Try to avoid using \_ (underscore) in the names:

This will help the search results. Names should be divided by spaces, if you want to effectively search through all the emails.\
Examples of using an underscore: MyPrettyEmail, My\_Pretty\_Email, My-Pretty-Email\
Good example no underscore: My Pretty Email

<br>


---

# 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.bird.com/taxi/projects-mailings-and-versions/projects-mailings-and-versions/using-the-search-function-in-taxi.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.
