> For the complete documentation index, see [llms.txt](https://docs.flexidomain.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flexidomain.in/project-setup/creating-a-project.md).

# Creating a project

Projects inside Flexi Domain are nothing but your main website url to which you want to add your domains. This can be your Wordpress website, Webflow website, Softr application or even a custom coded application written in PHP, Python etc.

{% hint style="warning" %}
**Note:** Applications created on **bubble.io** are not supported yet due to their CORS policy. But we may be introducing iFrame method to use bubble apps as well in the future.
{% endhint %}

Once the project is setup properly, you are good to go with adding multiple domains to this project.

Below are the steps to create a project in Flexi Domain.

1. On your dashboard, click **'Create Project'.**

<figure><img src="/files/8kXrfmmcQAgToXOlkMMz" alt="" width="563"><figcaption><p>Create a new project in flexi domain</p></figcaption></figure>

2. **Fill out your project name and project domain** and click Add. \
   Under project domain, you need to input your main website url, such as your Webflow or Wordpress website, or a custom coded website url. Please make sure these website are LIVE and running on internet.

<figure><img src="/files/BhvYrZv2QUkV8ohRbN2A" alt="" width="563"><figcaption><p>Create project in flexi domain</p></figcaption></figure>

{% hint style="info" %}
Note:&#x20;

1. Project domain is your main website url. It can be your Wordpress, Webflow, Soft or a custom coded website url.

2. Make sure this website is LIVE and running on internet.

3. Domain should be added with an *https\://*
   {% endhint %}

4. You will receive a [**Domain Verification message**.](/project-setup/domain-ownership-verification.md)

<figure><img src="/files/FvW6PE7RXYzTGtfE9aAE" alt="" width="563"><figcaption><p>Domain verification | Flexi Domain</p></figcaption></figure>

Simply copy-paste the code that you get, inside your website header and publish your website with this change.

This is the most crucial step to verify if you are actual owner of the domain you are trying to whitelabel.

4. Now, come back and create the project again. This time the project should be created without any warnings.


---

# 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.flexidomain.in/project-setup/creating-a-project.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.
