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

# Segment Actions

This guide explains how to manage segments once they're created.

Once you've created a Segment in Reo.Dev, you unlock a range of quick actions that allow you to efficiently manage and act on the data.

<figure><img src="/files/7PI7i6NypZFNuPp0uJxN" alt=""><figcaption></figcaption></figure>

**Actions** **Overview**

![](/files/7X7pVyuywl4AEQBggmrp)

* You can **edit a segment** to change the name or adjust filters

<figure><img src="/files/7IAP2Mhwda6uwJlRqcKq" alt=""><figcaption></figcaption></figure>

* You can also **Share the segment** with your team

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

* You have the option to delete or clone the segment

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

* Pin the segment for quick access in the Pinned Segments section&#x20;

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

* Set a default segment - so every time you land on the Accounts, Developers, or Buyers dashboard, you’ll instantly see the accounts/developers/buyers from that default segment.

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

* Sync segment to CRM - Click on the 'Send to CRM' option to send segments data directly into your CRM.&#x20;

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

* Turn off CRM sync - Click on the 'Turn off CRM' sync to stop sending segment data into your CRM.&#x20;

{% hint style="warning" %}
Note: Turning off CRM sync will stop new data/account from being sent, but segments data/accounts already synced to your CRM will remain as is and won’t be deleted.&#x20;
{% endhint %}

<figure><img src="/files/apAYnOKmtrWt6MwF3QZU" 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://docs.reo.dev/segments/segment-actions.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.
