# Prepare your Workspace

{% hint style="info" %}
Before creating a new account, make sure your Introist team has not already created an account for you. If they have, after signing in your will be redirected straight to the app.
{% endhint %}

### Creating a workspace and configuring default settings

To set up your workspace on Introist, start by visiting [introist.com](http://introist.com/) and clicking on the "Sign In" button located at the top right corner. Choose to sign in using your Google or Outlook account, then proceed to create your workspace. \
Name your workspace, typically using your company's name, and accept the terms of service. Click on "Create Workspace" to establish your new workspace.

Next, customize your workspace by navigating to "Settings" and selecting "Workspace" from the menu. Here, you can adjust several settings to tailor the workspace to your needs:

* **Workspace Name**: Update as needed.
* **Workspace Icon**: Choose an appropriate icon.
* **Workspace Timezone**: Set the timezone that aligns with your company's location.
* **Workspace Date Format**: Select your preferred date format.

These steps will help you configure and personalize your workspace efficiently.


---

# 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.introist.com/knowledge-base/start/getting-started/prepare-your-workspace.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.
