# General Workspace Settings

The general workspace settings page allows you to manage general information and integrations for your workspace.&#x20;

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

### Key controls

#### **Logo**

Optionally upload a custom logo to personalize your workspace. Logos visually represent your workspace in the platform and can be changed or removed as needed.

#### **Workspace Name**

Update or edit the name of your workspace. This is the name that identifies your workspace across the platform.

#### **Company Name**

Specify the name of the company associated with the workspace for display purposes.

#### Packaged Workflow Repository

Add the repository ID for your custom packaged workflows. More information on using the feature please refer to the [Custom Agent Modules article. ](/docs/deployment-of-ai-agents/custom-agent-modules-using-packaged-workflows.md)

#### Default Model Settings

Set a default model for your workspace. Every new agent that is created will automatically have this set as the default underlying model.&#x20;

#### **Save Changes Button**

After making edits to the workspace name, company name, or logo, use the "Save Changes" button to apply updates.

#### **Workspace ID**

A unique identifier for the workspace is displayed at the bottom. This ID can be copied and used for API integrations or when connecting external applications.


---

# 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://university.mindstudio.ai/docs/workspace-management/general-workspace-settings.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.
