> 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/add-remove-companies-to-from-a-universe.md).

# Add/Remove Companies to/from a Universe

Follow the four steps below to add and/or remove companies to/from an existing universe:

{% stepper %}
{% step %}

#### **Open the Company Screener**

<figure><img src="/files/2VqtPbtQ4hk4FO4TOsT4" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Search & filter companies (optional)

To find the companies you're interested in, you can:

* **Search:** Use the search bar to look for specific company names or tickers.
* **Filters:** Leverage filters to narrow down the list. You can filter by Country, Sector, Industry, Revenues, and more.

<figure><img src="/files/ang9W7AeuLuiQG6tTqD3" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Select companies you want to include

Simply click the rows of the companies you want to include in your Universe. They will become highlighted.

<figure><img src="/files/hNLuTqIwnc1zk7yN7TXv" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Add the selected companies to a universe

With your companies selected, click on the **Add XX to Universe** button (where XX is the number of companies you've selected). This action will reveal a list of your existing universes. You can then simply add the companies selected to a given Universe by simply clicking on its name.

<p align="center"><img src="https://platform.tracenable.com/_astro/screenshot-1.4.C7afjozV_bPzMV.webp" alt="Screenshot showing the button to add companies to a universe" data-size="original"></p>

{% hint style="danger" %}
To remove companies from an existing universe, select them in the table and click the **Remove XX from Universe** button instead.
{% endhint %}
{% endstep %}
{% endstepper %}


---

# 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/add-remove-companies-to-from-a-universe.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.
