> For the complete documentation index, see [llms.txt](https://interfacing.gitbook.io/interfacing-help-files/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interfacing.gitbook.io/interfacing-help-files/administration-and-configuration/system-administrators/advanced-system-settings/advanced-system-settings-to-display-when-available.md).

# Advanced System Settings - To Display When Available

Advanced system settings are configuration options that allow organizations to go beyond standard features and customize the system for their unique workflows.&#x20;

These settings give System Administrators greater control over how the platform behaves, including areas such as security, performance, integrations, and user experience.

{% hint style="danger" %}
Because they can directly influence how the system operates, advanced settings are powerful tools that should be managed carefully and typically only by experienced administrators.
{% endhint %}

***

### How to Access & Edit the System Settings

{% stepper %}
{% step %}

#### **Access Your Profile**

Click your **User Avatar** (top-right corner) → select your **Username**. This will open your profile.
{% endstep %}

{% step %}

#### Go to the System Admin Workspace

From the left-hand menu, click **System Admin**.
{% endstep %}

{% step %}

#### **Open the Advanced settings**

Click the **Advanced** tab.
{% endstep %}

{% step %}

#### Find the Setting&#x20;

To locate a specific setting quickly, use your browser’s **Find** function (CTRL + F).
{% endstep %}

{% step %}

#### Edit the Setting

<mark style="color:red;">Click the</mark> <mark style="color:red;"></mark><mark style="color:red;">**pen (✏️) icon**</mark> <mark style="color:red;"></mark><mark style="color:red;">next to the setting you want to modify.</mark>
{% endstep %}
{% endstepper %}

***

### System Settings Reference

Below you’ll find a full list of advanced system settings. Each entry includes a description and guidance to help administrators understand its impact before making changes.

<details>

<summary>AI_COMPLETION_API</summary>

Organizations using their own private ChatGPT accounts can configure the AI Completion API endpoint here. This setting controls AI-powered object generation and improvement.

* **Default**: `https://api.openai.com/v1/chat/completions`

</details>

<details>

<summary>AI_EMBEDDING_API</summary>

Organizations using their own private ChatGPT accounts can configure the AI Embedding API endpoint here. This setting controls the AI Chat Assistant.

* **Default**: `https://api.openai.com/v1/embeddings`

</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://interfacing.gitbook.io/interfacing-help-files/administration-and-configuration/system-administrators/advanced-system-settings/advanced-system-settings-to-display-when-available.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.
