> For the complete documentation index, see [llms.txt](https://docs.aisuru.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aisuru.com/en/paas/connecting-paas-to-your-domain.md).

# Connecting PaaS to your domain

AIsuru lets you connect your **Platform as a Service (PaaS)** to a **custom domain**, improving your brand visibility and user experience. This feature lets you maintain a consistent online identity while taking advantage of a cloud application's full power.

### What connecting your domain means

Connecting your domain essentially means pointing a **web address you own** to the AIsuru platform. Here's a practical example:

* Company domain: your-company.com;
* Subdomain for AIsuru (e.g. ai.your-company.com).

Once configured, when a user visits ai.your-company.com, they'll see your personalized AIsuru platform instance — but at your own web address.

### Process overview

Connecting your domain to AIsuru's PaaS is a straightforward process, though it does involve a few technical steps. Here's how it works:

1. Tell the AIsuru team the domain you want to use;
2. Receive the necessary DNS configuration settings;
3. A developer implements the configurations;
4. Verify that everything is working correctly.

### Benefits of a custom domain

Using a custom domain offers several advantages:

* **Consistent branding**: maintain your online identity;
* **Greater professionalism**: build trust with your users;
* **Better user experience**: offer a familiar, integrated interface.

### Implementation and support

Implementation requires technical knowledge and may need a developer's involvement.

Connecting your PaaS to a custom domain is an important step toward building a professional and consistent online presence. Take advantage of this feature to offer your users a seamless, high-quality experience with AIsuru.


---

# 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.aisuru.com/en/paas/connecting-paas-to-your-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.
