> 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/company-universes-101.md).

# Company Universes 101

A **company universe** is a set of companies you select for analysis or export. Universes give you control over *which companies* you want to work with, whether that’s a peer group, an index, or the entire Tracenable coverage. Once created, a universe can be reused across different datasets and workflows, so you don’t need to start from scratch every time.

On the following pages, you’ll find step-by-step guidance for managing universes:

* [**Create a Universe**](/platform/company-universes-101/create-a-new-universe.md) – start fresh from the Universe Panel or the Company Screener.
* [**Add or Remove Companies** ](/platform/company-universes-101/add-remove-companies-to-from-a-universe.md)– adjust your universe composition directly from the screener.
* [**View Companies in a Universe**](/platform/company-universes-101/view-companies-in-a-universe.md) – filter the company screener to see which companies belong to a given universe.
* [**Rename a Universe**](/platform/company-universes-101/rename-a-universe.md) – update the name and description of your universes to keep things organized.
* [**Delete a Universe**](/platform/company-universes-101/delete-a-universe.md) – remove a universe when it’s no longer needed.


---

# 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/company-universes-101.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.
