> For the complete documentation index, see [llms.txt](https://docs.bezier.octue.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bezier.octue.com/getting-started/understanding-your-personal-organisation.md).

# Understanding your personal organisation

{% embed url="<https://www.loom.com/embed/c61b0e3166e64b5b9a9d44b8c17bd9c5?sid=a25de4b0-ad4c-45f8-880b-a1ccd44790ec>" %}

### Introduction

Once logged in, you will be directed to your personal workspace or organisation.

<figure><img src="/files/59kmriMRG1AiQLDx6e5Z" alt=""><figcaption></figcaption></figure>

This workspace is designed exclusively for your use. You will notice the organisation name displayed on the left-hand sidebar.

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

*Pro Tip: Your account name is suffixed with "Personal" for easy identification.*

### Quickly add power curves

Click on the "Quick Create" button located at the top right to create a new Power Curve.&#x20;

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

### Access pre-loaded power curves

**Organisational power curves**

The "Organizational Power Curves" are those that you own. You have the ability to edit and share these with your team members.

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

To open a Power Curve, simply click on it. To make changes, switch to edit mode once you’re in detail view.

To return to the list of Power Curves, click on "Power Curves" in the left-hand sidebar.

This action will automatically redirect you to the main dashboard.

**External power curves**

The next tab, "External Power Curves," contains resources shared with you by external parties.

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

You can view these external Power Curves in detail, but editing them is not possible.

## Summary

With this understanding, you are now equipped to explore, view, and edit power curves within your personal workspace. Next, we will proceed to creating a new organisation.


---

# 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.bezier.octue.com/getting-started/understanding-your-personal-organisation.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.
