> For the complete documentation index, see [llms.txt](https://archi-here.gitbook.io/construct-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://archi-here.gitbook.io/construct-guide/owner/announcement/qna.md).

# 입찰 게시판

입찰 공고가 정식으로 오픈된 후에는 공고 내용을 수정할 수 없습니다. 대신 입찰 게시판을 통해 변경된 정보를 공지하거나 건설사의 문의 사항에 답변하여 정확한 견적 산출을 도울 수 있습니다.

<figure><img src="/files/w649GDavWNRMr62vkZIQ" alt=""><figcaption></figcaption></figure>

### 공지사항 등록

도면 보완, 특약사항 변경, 자재 변경 등 입찰에 영향을 주는 수정 사항이 발생하면 공지사항으로 등록해 주세요.

{% hint style="success" %}
**실시간 알림 발송**

* 카카오 알림톡: 입찰 참여 의사를 밝힌 건설사 담당자에게 직접 발송
* 대시보드 알림: 건설사 유저의 **대시보드 홈 → 알림 현황**에서 즉시 확인 가능
  {% endhint %}

의뢰인이 공지를 등록하면 건설사에게 즉시 전달됩니다.

### 건설사 문의 및 답변

건설사들이 견적 작성 중 궁금한 점을 게시판에 남기면 실시간으로 확인할 수 있습니다.&#x20;

{% hint style="success" %}
카카오 알림톡과 대시보드 알림으로 전달드려요.&#x20;
{% endhint %}

의뢰인은 각 문의 사항에 대해 상세 답변을 남겨줄 수 있으며, 이는 모든 참여 건설사가 정보를 공유할 수 있습니다.&#x20;

#### 보안 및 익명성 안내

아키히어는 공정한 경쟁 환경을 위해 입찰 게시판 내 건설사 정보의 익명성을 철저히 보장합니다.

**건설사 간 정보 비공개 원칙**

* 입찰에 참여 중인 건설사들은 서로의 업체 정보를 확인할 수 없습니다.
* 게시판에 등록된 문의 내용과 의뢰인의 답변은 모든 참여 건설사가 공통으로 열람할 수 있으나, 작성자 정보는 보호됩니다.

{% hint style="info" %}
의뢰인은 게시판 관리자로서 모든 문의글의 작성 건설사명을 실시간으로 확인할 수 있으며, 이를 바탕으로 정확한 개별 대응 및 공지 배포가 가능합니다.
{% endhint %}


---

# 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://archi-here.gitbook.io/construct-guide/owner/announcement/qna.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.
