> For the complete documentation index, see [llms.txt](https://docs.tracenable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tracenable.com/platform.md).

# Platform

- [Overview](https://docs.tracenable.com/platform/overview.md): The Overview page introduces each panel of the Tracenable platform. Learn what every panel does, how it fits into your workflow, and where to start when building datasets or exploring company data.
- [Key Concepts](https://docs.tracenable.com/platform/key-concepts.md): Tracenable uses a few core concepts throughout the platform. Understanding them will help you unlock the platform’s full potential.
- [Company Universes 101](https://docs.tracenable.com/platform/company-universes-101.md): The following pages explains everything you need to know about company universes, including how to create, edit, and manage them so you can tailor Tracenable to your needs.
- [Create a New Universe](https://docs.tracenable.com/platform/company-universes-101/create-a-new-universe.md): This page explains how to create a new company universe in Tracenable.
- [Add/Remove Companies to/from a Universe](https://docs.tracenable.com/platform/company-universes-101/add-remove-companies-to-from-a-universe.md): This page explains how to add and/or remove companies to/from an existing universe in Tracenable.
- [View Companies in a Universe](https://docs.tracenable.com/platform/company-universes-101/view-companies-in-a-universe.md): This page explains how to filter the Company Screener to see which companies belong to an existing company universe.
- [Rename a Universe](https://docs.tracenable.com/platform/company-universes-101/rename-a-universe.md): This page explains how to rename a company universe in Tracenable.
- [Delete a Universe](https://docs.tracenable.com/platform/company-universes-101/delete-a-universe.md): This page explains how to delete a company universe in Tracenable.
- [Export Data in CSV/Excel](https://docs.tracenable.com/platform/export-data-in-csv-excel.md): Learn how to build, preview, and export custom datasets with your chosen dataset, companies, and years, complete with coverage and cost transparency.


---

# 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.tracenable.com/platform.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.
