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

# Modules

> Learn how to use modules.

## Modules

Modules can be imported in Mathsys with the following syntax:

```ebnf theme={"dark"}
use {module name}
```

as of Mathsys v3, the only valid module name is `standard` which pulls the standard library definitions (currently only pi and e).

Local files can't import each other yet.
