> For the complete documentation index, see [llms.txt](https://docs.introist.com/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.introist.com/knowledge-base/start/getting-started/prepare-your-workspace.md).

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