> 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/qna/contractor.md).

# 건설사

<details>

<summary><strong>공고 참여 자격은 어떻게 되나요?</strong></summary>

종합건설업으로 등록된 건설사만 참여 가능합니다.

</details>

<details>

<summary><strong>입찰 참여 비용은 언제 발생하나요?</strong></summary>

모집 공고에서 선정된 후, 입찰 공고에 참여하기 위해서는 입찰 참여비를 결제해야 합니다.

{% hint style="info" %}
자세한 사항은 요금 안내의 [입찰 참여비 안내](/construct-guide/resources/pricing/bidding.md)를 참고해 주세요.&#x20;
{% endhint %}

</details>

<details>

<summary><strong>견적 제출 방법이 어떻게 되나요?</strong> </summary>

{% hint style="info" %}
스마콘 입찰 견적 제출 [자세히 보기](/construct-guide/contractor/announcement/smacon.md)

* 스마콘 입찰은 건축도면과 구조도면의 BIM과 공내역서를 제공합니다.
* 도면 입찰에 비해 작업 시간을 절약할 수 있습니다.
  {% endhint %}

</details>

<details>

<summary><strong>선정 결과는 어떻게 확인하나요?</strong></summary>

각 단계별로 알림톡이 발송되며, 대시보드 알림 현황에서도 확인 가능합니다.&#x20;

</details>

<details>

<summary><strong>참여 취소가 가능한가요?</strong></summary>

취소 사유 기입 후 언제든 참여 취소 가능하나, 취소한 프로젝트에는 재참여가 불가능합니다.&#x20;

참여비 환불의 경우, [입찰 참여비 안내](/construct-guide/resources/pricing/bidding.md)의 환불 정책을 참고해 주세요.&#x20;

</details>


---

# 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/qna/contractor.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.
