> 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/create-a-new-universe.md).

# Create a New Universe

There are two ways to create a universe:

### **Option 1 – From the Universe Panel**

{% stepper %}
{% step %}

#### Open the Universe Panel

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

{% step %}

#### Create the Universe

In the panel, click the **+ New Universe** button. A modal will appear, prompting you to give it a name and (optionally) a description:

<figure><img src="/files/vQbTOfRihVeaD3cwdVrQ" alt=""><figcaption></figcaption></figure>

Click **Create Universe** to save the newly created universe.

{% hint style="warning" %}
When you create a universe from the Universe Panel, it starts out empty by default. To add companies to it, see the [section below](https://app.gitbook.com/o/VvoGLAuwzQNub9ZaLt0R/s/CaiZtb2FdhVao9WNSdyl/~/changes/16/platform/company-universes/~/page#add-remove-companies-from-a-universe).
{% endhint %}
{% endstep %}
{% endstepper %}

### **Option 2 – From the Company Screener**

{% stepper %}
{% step %}

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

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

{% step %}

#### Select the 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 %}

#### Create the universe

Click the **Add \[XX] to Universe** button at the bottom of the table

<figure><img src="/files/ISrQIBLkvQkX0jxR8Znj" alt="" width="375"><figcaption></figcaption></figure>

A modal will display a list of your existing company universes:

<figure><img src="/files/qekC0RqIy8pT2ONeJv3d" alt="" width="249"><figcaption></figcaption></figure>

In the search bar, type the name of the new universe you wish to create instead of selecting an existing one.

<figure><img src="/files/BhYhgZFa0QnKxT8zJbF1" alt="" width="375"><figcaption></figcaption></figure>

Click the **Create \[Name of Universe]** button to save the universe. It will contain the companies you have selected in step 2.
{% 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/create-a-new-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.
