# Edit profile

| **Description** | Update the profile information |
| --------------- | ------------------------------ |
| **Endpoint**    | `/account/profile`             |
| **Method**      | PATCH                          |

### Access Level Rules

| **Minimum Access Level** | Account holder only |
| ------------------------ | ------------------- |

### Processing Units

| **Processing units** | 0 |
| -------------------- | - |

### Parameters

<table><thead><tr><th>Name</th><th width="312">Description</th><th>Required</th><th>Default</th></tr></thead><tbody><tr><td><code>about</code></td><td>A custom about text as string.</td><td>false</td><td>Default null.</td></tr><tr><td><code>allowContact</code></td><td>Boolean determining whether other Ellipsis Drive users are allowed to contact you through the POST /user/{userId}/contact endpoint.</td><td>false</td><td>Default null.</td></tr><tr><td><code>picture</code></td><td>A profile picture as a base64 string.</td><td>false</td><td>Default null.</td></tr><tr><td><code>homepage</code></td><td>A string containing the homepage url of your website.</td><td>false</td><td>Default null.</td></tr></tbody></table>


---

# Agent Instructions: 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:

```
GET https://docs.ellipsis-drive.com/developers/api-v3/account/edit-profile.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
