> For the complete documentation index, see [llms.txt](https://docs.tiny.plus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tiny.plus/guides/getting-started/designing-your-client-relationship-pipeline.md).

# Designing your client relationship pipeline

## What is a client relationship pipeline?

In tiny+ all companies can be assigned a *Relationship Status*. This status is intended as a method to help identify the important client companies you and your team are managing.&#x20;

There are four main states a company's *Relationship Status* may be:

| Relationship Status | Description                                                                                                          |
| ------------------- | -------------------------------------------------------------------------------------------------------------------- |
| `Prospect`          | A company that you would like to be working with, but are not yet an active client.                                  |
| `Active`            | An active client.                                                                                                    |
| `Latent`            | Either a client that is no longer giving you work, or a relationship which has gone quiet for one reason or another. |
| `(not set)`         | Any company that is not a client, for example an industry partner or competitor.                                     |

The *Client Relationship Pipeline* is intended for tracking and nurturing clients. Therefore, not every company that you know and which may appear in your tiny+ database fits into a `Prospect`, `Active` or `Latent` state. These companies should be saved as `(not set)`.&#x20;

Once a Relationship Status is set, each client company will appear in *Client Relationship Pipeline* views on the *Companies* page.&#x20;

## Configuring your client relationship pipeline

{% hint style="info" %}
You must be an Account Admin to configure the Client Relationship Pipeline.
{% endhint %}

Similar to your [*Project Pipeline*](/guides/getting-started/designing-your-project-pipeline.md), you can expand each of the three major Relationship Status states with phases. This allows you to identify a common business development process for winning new client and nurturing existing client relationships.

For example, under the `Prospect` state you might define phases of `Uncontacted`, `Nurturing` and `Active Opportunity`.

To get started, navigate to **Account Settings** -> **Pipelines** -> [**Configure Standard Company Pipeline**](https://crm.tiny.plus/account/pipelines/companies).

From this page, you can create, edit, re-order and remove *phases*.


---

# 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.tiny.plus/guides/getting-started/designing-your-client-relationship-pipeline.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.
