> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/de/what-would-you-like-to-learn-about/account-administration/account-settings/manage-your-account/manage-your-account-information-as-a-brand.md).

# Ihre Kontoinformationen als Marke verwalten

Einige Details aus Ihren *Kontoinformationen* erscheinen in Ihrem Marketplace-Eintrag. Sobald sie ausgefüllt sind, bieten Ihre Kontoinformationen potenziellen Partnern Details zu Ihrer Branche und Website sowie Kontaktdaten für interne Zwecke.

#### Verwalten Sie Ihre Kontoinformationen

1. Wählen Sie in der oberen Navigationsleiste ![](/files/4fa7c3e47e2dc9a63e140c0862eeab4caaaca16f) **\[Benutzerprofil] → Einstellungen**.
2. Links unter *Allgemein*, wählen Sie **Kontoinformationen**.
3. Finden Sie die Informationen, die Sie verwalten möchten.
   * Siehe *Referenz zu Kontoinformationen* für weitere Informationen.
4. Nehmen Sie Ihre Änderungen vor.
5. Wählen Sie **Speichern**.

#### Referenz zu Kontoinformationen

Es gibt 3 Informationsbereiche, die Sie verwalten können: *Grundlegende Informationen, Adressen*, und *Kontakte*.

<details>

<summary>Grundlegende Informationen</summary>

|               |                                                                                                                                                                                                   |
| ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Feld**      | **Beschreibung**                                                                                                                                                                                  |
| Namen         | Geben Sie den Namen Ihrer Marke in das Feld ein und wählen Sie **Speichern**.                                                                                                                     |
| Website       | Wählen Sie im Dropdown-Menü *https* aus, wenn Ihre Website sicher bereitgestellt wird, oder *http* aus, wenn dies nicht der Fall ist. Geben Sie Ihren Domainnamen ein.                            |
| Branche       | Wählen Sie Ihre Branche aus der Dropdown-Liste aus. Sie können Ihre Branche mithilfe der sekundären und tertiären Dropdown-Listen weiter eingrenzen.                                              |
| Telefonnummer | Wählen Sie im Dropdown-Menü das Land / die Region aus, aus der Ihre Telefonnummer stammt, und geben Sie dann Ihre Telefonnummer ein. Sie können in Ihrem Konto bis zu 2 Telefonnummern speichern. |
| Zeitzone      | Sehen Sie die Zeitzone ein, die impact.com für Sie registriert hat. Dies kann nicht geändert werden.                                                                                              |

</details>

<details>

<summary>Adressen</summary>

|               |                                                     |
| ------------- | --------------------------------------------------- |
| **Feld**      | **Beschreibung**                                    |
| Firmenadresse | Geben Sie die Postanschrift Ihres Unternehmens ein. |

</details>

<details>

<summary>Kontakte</summary>

Benennen Sie spezielle Ansprechpartner für Ihr Konto. Sie können entweder einen vorhandenen Kontonutzer oder einen neuen Kontakt hinzufügen.

|                                |                                                                                                                                                                                                          |
| ------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Feld**                       | **Beschreibung**                                                                                                                                                                                         |
| Technischer Ansprechpartner    | Diese Person ist die Ansprechperson Ihres Unternehmens für technische Angelegenheiten. Sie ist für die technologische Implementierung Ihres Unternehmens zuständig.                                      |
| Geschäftlicher Ansprechpartner | Diese Person ist die Ansprechperson Ihres Unternehmens für geschäftliche Angelegenheiten. Sie kümmert sich um rechtliche Fragen, Verträge und alles Geschäftsbezogene.                                   |
| Sicherheitsansprechpartner     | Diese Person ist die Ansprechperson Ihres Unternehmens für Fragen zu Compliance- und Sicherheitsrichtlinien. Sie kümmert sich um sicherheits- und compliancebezogene Angelegenheiten Ihres Unternehmens. |

</details>


---

# 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.impact.com/brand/de/what-would-you-like-to-learn-about/account-administration/account-settings/manage-your-account/manage-your-account-information-as-a-brand.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.
