> For the complete documentation index, see [llms.txt](https://docs.otherside.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.otherside.xyz/odk-docs/readme/faq.md).

# FAQ

1. <mark style="color:purple;">**How do I get access to the ODK?**</mark>

*Please reach out to your representative at Yuga who can organise your onboarding, as part of this process you need to supply all emails that will need access to the ODK tooling.*

*Once you have been given access please follow the quick start guide which can be found here:* [*https://docs.otherside.xyz/odk-documentation/documentation/quick-start-guide/getting-setup-with-odk-development*](https://docs.otherside.xyz/odk-documentation/documentation/quick-start-guide/getting-setup-with-odk-development)

2. <mark style="color:purple;">**When setting up a new project I get this error "Error getting space required: Error: Expected string at Index 6"**</mark><br>

<figure><img src="/files/6S8EdkWF0SPbReyD9GPi" alt=""><figcaption></figcaption></figure>

*Please log in with <mark style="color:purple;">**Otherside**</mark>**&#x20;and*** *<mark style="color:red;">**NOT**</mark> Msquared as shown in **I am unable to Login to the ODK Launcher***

3. <mark style="color:purple;">**I am unable to Login to the ODK Launcher**</mark>

*Please ensure that you are logging in with the email that you have sent to your Yuga contact to get whitelisted. If this step has been completed please ensure that you are **logging in via Otherside** and not Msquared on the Launcher.*\
\
\&#xNAN;*There is also a known issue where it may take two attempts to login.*\
\
\&#xNAN;*If you are still facing problems then please reach out to your Yuga representative.*

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

4. <mark style="color:purple;">**I am unable to enter admin mode within the engine.**</mark>

*Please review the* [*breaking changes*](https://docs.otherside.xyz/odk-documentation/documentation/breaking-changes)

*For any role that you want to have access to the Inspector (historically just Director) add the `Capabilities.Morpheus.InspectorEnabled` capability to the `GrantedCapabilities` field within your data table for those roles.*

5. <mark style="color:purple;">**When I open the Launcher it get stuck on the spinner**</mark>

*First you want to confirm that you have the latest launcher installed which you can download from the dashboard, then if that doesnt resolve it please follow the guide for clearing credentials here:* [*https://docs.otherside.xyz/odk-documentation/documentation/quick-start-guide/faq/guide-on-clearing-credentials*](https://docs.otherside.xyz/odk-documentation/documentation/quick-start-guide/faq/guide-on-clearing-credentials)

6. <mark style="color:purple;">**I am unable to sign in via the Editor**</mark>

*Please follow the guide here:* [*https://docs.otherside.xyz/odk-documentation/documentation/quick-start-guide/faq/guide-on-clearing-credentials*](https://docs.otherside.xyz/odk-documentation/documentation/quick-start-guide/faq/guide-on-clearing-credentials)

*If you continue to encounter sign-in failure, please collect your unreal logs and share them in your ODK support channel.*

7. <mark style="color:purple;">**I am unable to open the web overlay within my experience/or my account details are incorrect on privy on the overlay/ or I am getting errors when opening the overlay.**</mark>

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

*With the move to using Privy the way you access deployments has changed, if you go in via the Otherside Dashboard you won't go through the Privy auth process, so when access deployments please append the following link with your WorldID and ProjectID. Please note you don't need the \[] on either project ID or world ID*

* [ ] *<https://main-o7e.preview.msquared.io/?world=\\[WORLD\\_ID]\\&project=\\[PROJECT\\_ID>]*<br>

*We've noticed on rare occasion the web browser can fail to process the content URL that it's attempting to display. We're continually working to resolve these types of errors. If you do encounter this error, please toggle the web browser to resolve (pressing Tab). If the error persists, please raise it within your ODK support channel.*


---

# 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.otherside.xyz/odk-docs/readme/faq.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.
