> For the complete documentation index, see [llms.txt](https://help.hireforce.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.hireforce.io/product-guides/talent-pools/talent-pools-listing.md).

# Talent Pools Listing

## Talent Pools Management

On the Talent Pools page, you can:

1. View the Active / Archived pool.
2. Search by the Talent Pool Name.
3. Filter the Pools by the Members.
4. Create pools based on various criteria, such as industry, experience level, or specific skills. It helps you easily access and manage these pools to quickly fill open positions.

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

## Create Talent Pools

You can create a new Talent Pool as follows:

1. On the Talent Pools page, click the **+ New Talent Pool** button.
2. Input the Talent Pool information:

* Name: choose a clear name for your Talent Pool.\
  :information\_source: A clear Talent Pool Name makes it easier for everyone within your company to understand the purpose and focus of each talent pool. This can be helpful for Pool Members who might contribute to finding or evaluating candidates.
* Pool Members: You can add other members to join the Talent Pool who can contribute to sourcing and reusing talents. \
  :information\_source: Pool Members can view all candidates within the pool. They can also add new candidates and take notes directly in the pool.

3. Select the Pool Status:

* **Public**: Users can access the Talent Pool can view all of the Public pools.
* **Private**: Only members of the pool can view the Private pools.

4. Click the **Add** button to complete.

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

## Talent Pool Detail Page

To open the Talent Pool Detail page, you can click on the Talent Pool Name or click the More button then select **View**.

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

### Candidates Tab

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

On this tab, you can:

1. Change the status:

* Public: Users can access the Talent Pool can view all of the Public pools.
* Private: Only members of the pool can view the Private pools.

2. Edit the name and the pool members.
3. Archive or Retrieve the pool.
4. Search and add a new candidate.

### Notes

You can view and add notes about the pools.&#x20;

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

### Activities

You can track and view all the activities related to the pool, such as assigning a pool member, taking notes, adding candidates... These activities are recorded by time, from the oldest to the newest, and include details about the recruiters who acted.

<figure><img src="/files/8rUirR9qUzGQbKxX0Axj" alt=""><figcaption></figcaption></figure>


---

# 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://help.hireforce.io/product-guides/talent-pools/talent-pools-listing.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.
