> ## Documentation Index
> Fetch the complete documentation index at: https://zero-true.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Getting Started

<Note>Install Zero-True by following the [installation instructions](https://zero-true.mintlify.app/quickstart).</Note>

Run Zero-True notebook locally with the following command:

```bash theme={null}
zero-true notebook
```

Begin your Zero-True journey with this simple slider component example:

```python theme={null}
import zero_true as zt
my_slider = zt.Slider(id="my_slider")
print(my_slider.value)
```

## Tutorials and Examples

Check out our [blog](https://medium.com/zero-true) and [gallery](https://www.zero-true.com/gallery) for all the latest tutorials and examples.

## Additional Resources

* [GitHub](https://github.com/Zero-True/zero-true)
* [Zero-True Dashboard](https://app.zero-true.com/)
