> For the complete documentation index, see [llms.txt](https://docs.didomi.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.didomi.io/organization-and-account-settings/domains/domain-status-glossary.md).

# Domain status glossary

{% hint style="success" %}
**Access Type:** Domains - Viewer or Editor
{% endhint %}

In this article, we will cover how the various status your organization's custom domain(s) can have within the Didomi platform.&#x20;

The status of your organization's custom domain(s) can be viewed within the Didomi console by clicking **My organization** and selecting **Organization settings** from the drop-down menu.

<figure><img src="/files/FCHJab40y4bwexB9nEGt" alt="" width="563"><figcaption></figcaption></figure>

Ensure the **Domains** tab is selected. Your organization's custom domain(s) is listed on the page along with the status for that domain.

<figure><img src="/files/3c1ng6B7YiuOXWciiASD" alt="" width="563"><figcaption></figcaption></figure>

<table><thead><tr><th width="151">Status</th><th>Description</th></tr></thead><tbody><tr><td>Draft</td><td>Process of creating a custom domain started. DNS records not created or propagated yet. Custom domain can be edited or deleted.</td></tr><tr><td>Verifying</td><td>Custom domain has been submitted and is currently being verified by Didomi.</td></tr><tr><td>Deleting</td><td>A temporary status as Didomi processes the deletion of the custom domain.</td></tr><tr><td>Failed</td><td>Didomi failed to verify and create the submitted custom domain. Some reasons for failure can include a processing error within the Didomi platform or the DNS records have not propagated yet.<br><br>Your organization can resubmit the custom domain.</td></tr><tr><td>Ready</td><td>Custom domain successfully verified and created.</td></tr></tbody></table>


---

# 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.didomi.io/organization-and-account-settings/domains/domain-status-glossary.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.
