> For the complete documentation index, see [llms.txt](https://docs.archisketch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archisketch.com/guide/user-en/design-request-service/design-request-service.md).

# Design Request Service

## 🙋‍♀️ How to request a designer on Archisketch!

In the Archisketch app, you can directly **send a message to request design work**You can.\
In a 1:1 chat room, you can communicate directly with the designer about the following:

* Estimate and schedule
* Work progress
* Detailed design requests

👉 **Archisketch Designer Selection**if you'd like to check it out, install the app and select a designer profile. (Install the Archisketch app: 🍏[App Store](https://apps.apple.com/kr/app/archisketch/id6742767233) 🛝[Google Play](https://play.google.com/store/apps/details?id=com.archisketch\&pcampaignid=web_share))

### Recommended for these people

* While preparing a new home or office **interior design consulting**when you need it
* As a company representative, **3D content production at a reasonable cost**when you want to outsource it
* To get the result you want, **communicate directly with the designer**when you want to

### What can you receive when you request?

After consulting with a professional designer, you can receive the following deliverables:

* For your own space from a professional designer, **interior design**
* 3D drawings based on the actual address, high-quality 3D images, preliminary product quotations, and more

{% hint style="warning" %}
Since the deliverables provided may vary by designer, **be sure to check before requesting**please.
{% endhint %}

## How to request

1. On the home screen of the Archisketch app, **designer profile**select it.
2. \[Request Design] **button**click it.
3. Write a message and press the send button to start the conversation.

![](/files/f9a5d199f1ed92fad024f0519462c403dd6556f2)

How to check the message list: You can check it in the chat list at the top right of the designer feed page.

![](/files/63af06103aeacd4919328f239e1904e22774fb65)

### Content worth including in your request

* Type of space (living room, kitchen, office, etc.)
* Area
* Budget
* Desired completion date for the final design

### Cost and schedule consultation

Design **period, scope, cost**are between the designer and the requester **mutual discussion**to determine.

* The design cost is negotiated directly with the designer
* If additional requests arise during the process, separate consultation is possible

***

## Frequently Asked Questions

### Who are the designers in Designer Selection?

They are a group of professional designers who actively use Archisketch, selected through a separate approval process by the Archisketch operations team.

### Want to join as an Archisketch designer?

[Creator application form](https://docs.google.com/forms/d/e/1FAIpQLSf27ZPdT49Gee6XM98E9kmL3KwF4OxSQAPgPbYQ_KKlo-GLNQ/viewform)Please fill it out.


---

# 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.archisketch.com/guide/user-en/design-request-service/design-request-service.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.
