> For the complete documentation index, see [llms.txt](https://support.rosysalonsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.rosysalonsoftware.com/advanced-settings/adding-editing-client-originations.md).

# Adding/Editing Client Originations

New and existing client profiles can include a “Client Origination.” Client Origination is used to define where a client originated from, or in other words, how they heard about your business.

**To create new Client Originations:**

{% stepper %}
{% step %}

## Open Advanced Settings

Click on the **Manage** tab, then select **Advanced Settings**.
{% endstep %}

{% step %}

## Manage Client Origination

Click Manage under **Client Origination**.
{% endstep %}

{% step %}

## Create a new origination

Click **New Client Origination**.
{% endstep %}

{% step %}

## Enter an origination name

Enter an origination name *(Example: Yelp)*.
{% endstep %}

{% step %}

## Add the origination

Click **Add** *(once created it cannot be deleted, only inactivated)*.
{% endstep %}
{% endstepper %}

**To assign a Client Origination to a client:**

{% stepper %}
{% step %}

## Open the client log

Open the client log by creating a new client or searching an existing client's name.
{% endstep %}

{% step %}

## Select an origination

Click on the drop down menu under **Origination**.
{% endstep %}

{% step %}

## Choose an origination

Choose from one of the originations you've created.
{% endstep %}

{% step %}

## Save the client profile

Click **Save Profile** or **Create Client** if they are a new client.
{% endstep %}
{% endstepper %}

![Client Orientation](/files/e69568d1a4ffbdd40e35235a89155303d718d10c)

## Reports

Client Originations can be viewed in some of your reports such as:

* Service Sales
* Retail Sales
* [Sales Analysis](/reports/sales-analysis.md)
* [Clients Report](broken://pages/6c85b99e0f80f2f520d1aae2b2c4147a984a039a) *(Clients report needs to be exported to Excel to see Client Origination)*

### Examples

**Service Sales Report**

![Service Sales Report](/files/6f8e8885abf42d0553753fb1071cd73735c97d2b)

**Sale Analysis Report**

![Sales Analysis report 1](/files/bd6e349dabf72368c9929b9591f01570a6c8c105)


---

# 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://support.rosysalonsoftware.com/advanced-settings/adding-editing-client-originations.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.
