> For the complete documentation index, see [llms.txt](https://help.cerby.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.cerby.com/cerby-web-app/partners/host-guest/track-activity-on-accounts-shared-via-a-host-guest-partnership.md).

# Track activity on accounts shared via a host-guest partnership

{% hint style="info" %}
**Who can use this feature?**

* Workspace **Admins** and account **Owners**
* Available to Cerby Automate
* Only supported using the Cerby web app
  {% endhint %}

As an **Admin** or account **Owner** from the host workspace, you can track the activity on the accounts shared with a guest workspace via a host-guest partnership. **Admins** from the guest workspace can also track the activity on the shared accounts.

To track the activity on the shared accounts, you must access the **Activity** page, as shown in **Figure 1**.

<figure><img src="/files/cnriYSVBBu4UyhvCXHno" alt="Screenshot of the Cerby web app dashboard. The Activity page is displayed with a table of events"><figcaption><p>Figure 1. Activity page of the Cerby web app dashboard</p></figcaption></figure>

You can perform the following actions from this view:

* See the **Activity Log** table with information in the following columns:
* **Time:** It is the time when the user activity was registered.
* **Event:** It is the type of activity performed by the user, for example, **Login To Cerby** or **Account Added To Collection**.
* **Account:** It is the label of the account in Cerby related to the user activity.
* **App:** It is the application related to the user activity.
* **User:** It is the name of the user in Cerby who performed the activity.
* **Location:** It is the geographical location of the user.
* **OS:** It is the operating system of the user’s device.
* **Device:** It is the user’s device from where the activity was registered.
* Download the activity report in a CSV file by clicking the **Download CSV** button.


---

# 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.cerby.com/cerby-web-app/partners/host-guest/track-activity-on-accounts-shared-via-a-host-guest-partnership.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.
