> For the complete documentation index, see [llms.txt](https://docs.glbnxt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.glbnxt.com/faq/glbnxt-workspace/how-do-i-get-access-to-workspace.md).

# How do I get access to Workspace?

### How do I get access to Workspace?

Access to GLBNXT Workspace is managed by your organisation. If your organisation is already using GLBNXT, your IT administrator or system owner is responsible for creating and managing user accounts. Reach out to them to request access, and they will provision your account and ensure you have the appropriate permissions for your role.

If you are new to GLBNXT and your organisation has not yet set up an environment, the first step is to get in touch with the GLBNXT team directly. We will guide you through the onboarding process, help you configure your environment to meet your organisation's requirements, and ensure your team is set up and ready to work from day one.

For organisations that want to explore GLBNXT before committing, a pilot programme is available. This gives your team hands-on access to evaluate Workspace in a real working context, with support from the GLBNXT team throughout.

To get started, visit [glbnxt.com](https://glbnxt.com) or contact us directly through the details on our website. If you are an existing user waiting for access, the quickest route is always through your internal administrator.


---

# 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.glbnxt.com/faq/glbnxt-workspace/how-do-i-get-access-to-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.
