> 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/guides.md).

# Guides

- [Terminology](https://docs.countercyclical.io/guides/terminology.md): Some useful Countercyclical-related terminology as you're using the platform.
- [Platforms](https://docs.countercyclical.io/guides/platforms.md): Countercyclical is available on a variety of different browsers and operating systems.
- [Creating an Account](https://docs.countercyclical.io/guides/creating-an-account.md): Get up and running on Countercyclical by creating your account below.
- [Creating or Joining a Workspace](https://docs.countercyclical.io/guides/creating-or-joining-a-workspace.md): Create more than one workspace within your account.
- [Creating an Investment](https://docs.countercyclical.io/guides/creating-an-investment.md): Discover business value in a bottom-up manner.
- [Creating a Valuation](https://docs.countercyclical.io/guides/creating-a-valuation.md): Establish a solidified foundation for informed investment decisions with Valuations on Countercyclical.
- [Creating a Team](https://docs.countercyclical.io/guides/creating-a-team.md): Create teams to group users and their visibility on investments, valuations, and more.
- [Integrations](https://docs.countercyclical.io/guides/integrations.md): Learn about all of our built-in integrations on Countercyclical!
- [Airbyte](https://docs.countercyclical.io/guides/integrations/airbyte.md): Leverage our official Airbyte connector to manage all of your data transfer needs.
- [Integrately](https://docs.countercyclical.io/guides/integrations/integrately.md)
- [Box](https://docs.countercyclical.io/guides/integrations/box.md): Search & sync your Box files directly in Countercyclical
- [Dropbox](https://docs.countercyclical.io/guides/integrations/dropbox.md): Search & sync your Dropbox files directly in Countercyclical
- [Gmail](https://docs.countercyclical.io/guides/integrations/gmail.md): Sync your Gmail & Google Calendar in a single connection to Countercyclical
- [Google Drive](https://docs.countercyclical.io/guides/integrations/google-drive.md): Search & sync your Google Drive files and folders directly in Countercyclical
- [Google Sheets](https://docs.countercyclical.io/guides/integrations/google-sheets.md): Sync fundamental data from companies as models in Google Sheets
- [Microsoft Outlook 365](https://docs.countercyclical.io/guides/integrations/microsoft-outlook-365.md): Sync your Microsoft Outlook 365 Mail & Calendar in a single connection to Countercyclical
- [Make](https://docs.countercyclical.io/guides/integrations/make.md): Leverage our official Make integration to manage your Investments on Countercyclical.
- [Microsoft OneDrive](https://docs.countercyclical.io/guides/integrations/microsoft-onedrive.md): Search & sync your Microsoft OneDrive files and folders directly in Countercyclical
- [Microsoft OneNote](https://docs.countercyclical.io/guides/integrations/microsoft-onenote.md): Dynamically sync your research between Countercyclical & Microsoft OneNote
- [Microsoft SharePoint](https://docs.countercyclical.io/guides/integrations/microsoft-sharepoint.md): Search & sync your Microsoft SharePoint files and folders directly in Countercyclical
- [Notion](https://docs.countercyclical.io/guides/integrations/notion.md): Access your Notion pages & sync to your databases directly from Countercyclical
- [Zapier](https://docs.countercyclical.io/guides/integrations/zapier.md): Connect thousands of leading productivity tools right into Countercyclical!


---

# 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/guides.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.
