> For the complete documentation index, see [llms.txt](https://docs.countercyclical.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.countercyclical.io/~/changes/ZwrMx5xpgOpgFGNOVADb/fundamentals/search.md).

# Search

<figure><img src="/files/zwPY75fz7I448P4TYWqc" alt=""><figcaption><p>Countercyclical · Search</p></figcaption></figure>

The Search feature on our institutional investment research software platform allows users to efficiently locate and retrieve information relevant to their investment needs. This tool is designed to streamline the research process by providing quick access to a vast database of reports, market data, news, and analysis.

### Key Features

* **Comprehensive Data Coverage**: Access a wide range of data sources including market insights, companies and their financial statements, news articles, and proprietary research.
* **Advanced Filtering Options**: Narrow down search results using various filters such as date range, asset type, region, and more.
* **Smart Search Algorithms**: Benefit from intelligent search algorithms that prioritize the most relevant and recent information.
* **Saved Searches**: Save frequently used search queries for quick access in the future.
* **Export Options**: Export search results to various formats like PDF, Excel, and CSV for further analysis and reporting.

### Getting Started

To use the Search feature, follow these steps:

#### Accessing the Search Tool

1. **Login**: Ensure you are logged into the platform with your credentials.
2. **Navigate to Search**: From the main dashboard, click on the "Search" tab located in the left sidebar.

#### Performing a Basic Search

In the search bar, type in relevant keywords or phrases (no need to press the "Enter" key or click any Search" buttons).

#### Using Advanced Search

For a more targeted search, utilize the advanced search options:

1. **Advanced Search Options**: Click on the "Filter" dropdown next to the search bar.
2. **Filters**: Apply [Custom Filters](/~/changes/ZwrMx5xpgOpgFGNOVADb/fundamentals/search/filter/custom-filters.md)such as:
   * **Date Range**: Specify the time period for the data you are interested in.
   * **Line Items**: Determine certain line items such as free cash flow to firm or enterprise value to get the most accurate range of assets.
   * **Asset Type**: Choose from equities, bonds, commodities, etc.
   * **Region**: Select specific geographic regions.
3. **Search**: Click the "Apply Filter" button to view the filtered results.

#### Viewing Search Results

1. **Results Display**: Search results are displayed in a list format.
2. **Sort Options**: Sort results by relevance, date, or source.
3. **Preview**: Hover over a result to see a brief preview of the content.
4. **Detailed View**: Click on a result to open the full document or report.

#### Saving Searches

1. **Save Search Query**: After performing a search, searches will be saved below your search bar.
2. **Access Saved Searches**: Saved searches can be accessed from the "Saved Searches" at any time under the Search bar.

#### Exporting Results

1. **Select Results**: Choose the results you wish to export by checking the boxes next to each item.
2. **Export Options**: Click on the "Export" button in the "Filter" dropdown and select the desired format (PDF, Excel, CSV).
3. **Download**: The selected results will be compiled and downloaded to your device.

### Tips for Effective Searching

* **Use Specific Keywords**: Narrow your search with specific terms to get more relevant results.
* **Leverage Filters**: Apply multiple filters to zero in on the exact data you need.
* **Boolean Operators**: Use operators like AND, OR, and NOT to refine your search criteria.
* **Review Saved Searches**: Regularly review and update your saved searches to ensure they remain relevant.

The Search feature is a powerful tool designed to enhance your investment research process. By utilizing its advanced capabilities, you can efficiently gather and analyze the information needed to make informed investment decisions.

{% hint style="info" %}
Have any feedback? Feel free to reach out at <feedback@countercyclical.io>
{% endhint %}


---

# 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://docs.countercyclical.io/~/changes/ZwrMx5xpgOpgFGNOVADb/fundamentals/search.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.
