> For the complete documentation index, see [llms.txt](https://godomall-help.nhn-commerce.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://godomall-help.nhn-commerce.com/godobill_guide/faq/undefined-2.md).

# 전자세금계산서

<details>

<summary>전자(세금)계산서는 언제까지 전송해야 하나요?</summary>

발급은 교부일(월 합계 세금계산서 등의 경우 발행일자) 다음 달 10일까지, 국세청 전자적 전송은 다음 달 15일까지 해야 합니다.

</details>

<details>

<summary>전자세금계산서와 전자계산서의 차이점이 무엇인가요?</summary>

세액의 유무로 구분됩니다.&#x20;

전자세금계산서는 공급가의 10%에 해당하는 세액을 부과하며, \
전자계산서는 세액을 고려하지 않는 면세사업자(또는 과세/면세 겸업자)가 발행하는 문서입니다.

</details>

<details>

<summary>수정세금계산서에 대한 수정도 가능한가요?</summary>

가능합니다. 수정 전자세금계산서 발행하기의 사유별 처리 방법을 참고해 주세요.

</details>

<details>

<summary>공급받는자가 메일을 수신하지 못합니다. 어떻게 확인하나요?</summary>

발송은 완료되었으나 메일이 확인되지 않는 경우 스팸함으로 전송된 경우가 많습니다.&#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://godomall-help.nhn-commerce.com/godobill_guide/faq/undefined-2.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.
