> For the complete documentation index, see [llms.txt](https://openup.gitbook.io/handbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://openup.gitbook.io/handbook/tech/setting-up-a-new-domain.md).

# Setting up a new Domain

## General

It is preferable that the **tech lead** on the project sets up the domain. If this is not possible the Project Manager or Product Owner can also set up the domain.

Before you register a domain the purchase needs to be authorised by the Project Manager.

We normally buy either **.co.za** or **.org.za** or **.com** [top-level domains](https://en.wikipedia.org/wiki/Top-level_domain). Other domains can be more expensive. Please speak to the Chief Technical Officer (CTO) before you register a special top-level domain.

## Registering and paying for a Domain

* We prefer [Domains.co.za](http://domains.co.za/) for registering domains.&#x20;
* Login details can be requested from senior management if you do not have access to the password manager.
* You can register a domain without paying for it at the time. The cost will be invoiced to the OpenUp account and paid accordingly by \[person?] by \[the end of the month?].
* If you need to pay for the domain immediately, please speak to Lailah. She will pay for it on the company card.
* If you need to pay for the domain immediately and Lailah is **NOT** available, get authorisation from your Project Manager, pay for it yourself, and then fill in an [expense claim form](https://bit.ly/3sRGwyY).

## Setting up a Domain

Name servers


---

# 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://openup.gitbook.io/handbook/tech/setting-up-a-new-domain.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.
