> For the complete documentation index, see [llms.txt](https://docs.cloudnotte.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudnotte.com/setup/getting-started/create-new-school.md).

# Create new school

![School information setup](/files/-McygnnjvMZLQPaYFdRV)

Once you are on this page, kindly fill in the informations about your school. It doesnt take more than 1 Minute to finish this process.

* **Name of your school.** (This will be the name of your school in full)
* **School phone number.** (Please use only school phone number and not personal phone number)
* **School Email address.** (Email address should be different from your Signup email for security purposes)
* **Country.** (The country where the school is located in, if the school has branches in different countries, kindly use the Headquater as the country)
* **State.**&#x20;
* **City.**
* **School address.** (School Address should be the accurate and detailed because of search engine visibility)
* **School Prefix.** (School prefix is short name used to identify your school, and it will be used as your subdomain on Cloudnotte)

***Note: School prefix should not be more than 12 characters long, so as to make it easier for people to visit your school.***

Click on continue to proceed to school configuration

![Setup configuration Setup](/files/-McykjDNyAz4-kcbaTo7)

* Select your school type. Exam if its a Private, public, unity, or any college
* School Curriculum.
* School category
* School Motto

Click on the finish Setup button to complete school Setup.

![School Setup completed](/files/-Mcym7CwDQ_Rhq9V8I_R)


---

# 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.cloudnotte.com/setup/getting-started/create-new-school.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.
