> 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/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/kundenportal/allgemeine-portaleinstellungen-konfigurieren.md).

# Allgemeine Portaleinstellungen konfigurieren

Die **Allgemein** Dieser Abschnitt steuert die grundlegende Einrichtung Ihres Portals.

Dazu gehören der Portalname, der URL-Name, die Sprache und die Benachrichtigungs-E-Mail.

{% stepper %}
{% step %}

### Öffnen Sie das Portal

Öffnen Sie ein bestehendes Portal oder erstellen Sie ein neues.
{% endstep %}

{% step %}

### Allgemein öffnen

Wählen Sie aus **Allgemein** im linken Menü.
{% endstep %}

{% step %}

### Legen Sie die grundlegenden Felder fest

Konfigurieren **Portal aktiviert**, **URL-Name**, und **Portalname**.
{% endstep %}

{% step %}

### Legen Sie Benachrichtigungen und Gebietsschema fest

Wählen Sie die Benachrichtigungs-E-Mail, die Sprache und das Datumsformat aus.
{% endstep %}

{% step %}

### Speichern Sie die Einstellungen

Klicken Sie auf **Speichern**.
{% endstep %}
{% endstepper %}

### Feldtipps

* verwenden Sie einen kurzen URL-Namen ohne Leerzeichen
* verwenden Sie einen Portalnamen, den Kunden erkennen
* lassen Sie die Benachrichtigungs-E-Mail nur leer, wenn keine Benachrichtigung erforderlich ist

### Häufig gestellte Fragen

<details>

<summary>Kann ich den URL-Namen später ändern?</summary>

Ja.

Dadurch ändert sich auch die Portal-URL.

</details>

<details>

<summary>Was passiert, wenn ich das Portal deaktiviere?</summary>

Kunden können es dann nicht mehr verwenden, bis Sie es erneut aktivieren.

</details>

<details>

<summary>Kann ich pro Portal eine andere Sprache verwenden?</summary>

Ja.

Sie wählen die Sprache in den Portaleinstellungen.

</details>

### Verwandte Themen

* [**Kundenportal**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/kundenportal.md)
* [**Ein Kundenportal erstellen**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/kundenportal/ein-kundenportal-erstellen.md)
* [**OutSmart-Pakete**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/marketplace/outsmart-pakete.md)


---

# 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/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/kundenportal/allgemeine-portaleinstellungen-konfigurieren.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.
