# English Version Summary

This document is mainly e-Invoice API related documentation. The program is still based on the current release version.

* Importing the created invoice by e-Invoice for subsequent integration operations (invoice edition).

```
  Using the HTTP POST mode to pass the invoice data, and confirming with SHA256 signature.

  e-Invoice(invoice edition) API Test Location is below.
  (after 2019-02-22)
  https://webapi.systemlead.com/terpapi

  The API version in test area is consistent with the formal area. After the test site is passed, the official site will be provided by the business staff.
```


---

# Agent Instructions: 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:

```
GET https://slproject.gitbook.io/sl-einv-project/en.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
