> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/mobile-app/ios-outsmart-app/module-overviews/clients-relations.md).

# Clients / Relations

## Clients / Relations

Use the client area to review and manage customer information.

You can open addresses, contact persons, history, and linked objects from one place.

### In this section

* [Editing a client](/mobile-app/ios-outsmart-app/module-overviews/clients-relations/editing-a-client.md)
* [Client addresses and contacts](/mobile-app/ios-outsmart-app/module-overviews/clients-relations/client-addresses-and-contacts.md)
* [Client history](/mobile-app/ios-outsmart-app/module-overviews/clients-relations/client-history.md)
* [Client assets](/mobile-app/ios-outsmart-app/module-overviews/clients-relations/client-assets.md)

{% stepper %}
{% step %}

### Open the client

Open the client from a work order or the client list.
{% endstep %}

{% step %}

### Review the record

Check the address, contacts, comments, and related links.
{% endstep %}

{% step %}

### Open related sections

Open addresses, contact persons, history, or objects when needed.
{% endstep %}

{% step %}

### Save allowed changes

Edit the client only when your setup allows it.
{% endstep %}
{% endstepper %}

### Keep in mind

Some client actions are blocked inside a work order.

The visible sections depend on available data and settings.


---

# 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://knowledge.out-smart.com/mobile-app/ios-outsmart-app/module-overviews/clients-relations.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.
