> ## Documentation Index
> Fetch the complete documentation index at: https://docs.encord.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Text and HTML Files in Index

Text files include formats such as `.txt`, `.md`, `.rst`, `.xml`, `.html`, `.json`, `.csv` and more. However, HTML files are categorized slightly differently from other text file types in Encord.

## Import HTML

HTML files can be imported [locally](/platform-documentation/Curate/add-files/index-upload-local-data), or from a [private cloud server using a JSON file](/platform-documentation/Curate/add-files/index-register-cloud-data#text).

When importing HTML pages, we recommend using the single-file extension format, which includes all elements necessary to render the page fully, such as CSS and JavaScript. This method ensures that all resources are bundled together, allowing the HTML page to display in the **Index** just as it would when hosted online.

<Info>
  Importing as a single extension makes the page more visually appeasing in both Index and Annotate.
</Info>

Here is a comparison of the same HTML page in Index, imported as a raw file and as a single extension.

**HTML - Raw**

![HTML Raw](https://storage.googleapis.com/docs-media.encord.com/static/img/Index/index-html-raw.gif)

**HTML - Single Extension**

![HTML Single Extension](https://storage.googleapis.com/docs-media.encord.com/static/img/Index/index-html-single-extension.gif)

## Import Text

HTML files can be imported [locally](/platform-documentation/Curate/add-files/index-upload-local-data), or registered from a [private cloud server using a JSON file](/platform-documentation/Curate/add-files/index-register-cloud-data#text).
