> For the complete documentation index, see [llms.txt](https://docs.b2ihealthcare.com/snow-owl-authoring-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2ihealthcare.com/snow-owl-authoring-platform/local-code-systems/import/custom-spreadsheet.md).

# Custom Spreadsheet

To import a Local Code System from a custom spreadsheet go to:

&#x20;`File >` ![](/files/zTumlHeZfEfHr2A4ZsvF)`Import > Snow Owl > Local Code System from custom spreadsheet`*.*

The wizard prompts for the Excel file to be imported as well as the Excel sheet to be selected from the imported Excel file. The **`Code system short name`** and **`Code system name`** fields are automatically populated based on the name of the selected sheet. This data can be overwritten to be changed to the required names. Additionally, the following fields need to be specified:

* **`Code system OID`**: Local Code System metadata&#x20;
* **`Code system URL`**: Local Code System URL
* **`Concept ID columns`**: Excel column containing the IDs of the codes&#x20;
* **`Concept Term column`**: Excel column containing the terms of the codes

<figure><img src="/files/6SrZEql8Pq1ta34mnMYc" alt=""><figcaption><p>Import Local Code System from spreadsheet</p></figcaption></figure>

{% hint style="success" %}
After the import, the wizard closes and the imported content will be displayed in the **Local Code Systems View**.
{% 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://docs.b2ihealthcare.com/snow-owl-authoring-platform/local-code-systems/import/custom-spreadsheet.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.
