> For the complete documentation index, see [llms.txt](https://documentation.tjhsst.edu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.tjhsst.edu/services.md).

# Services

- [Ion](https://documentation.tjhsst.edu/services/ion.md): The TJ Intranet platform
- [Development](https://documentation.tjhsst.edu/services/ion/development.md)
- [Overview](https://documentation.tjhsst.edu/services/ion/development/overview.md)
- [Setup](https://documentation.tjhsst.edu/services/ion/development/setup.md)
- [Docker Setup](https://documentation.tjhsst.edu/services/ion/development/setup/docker-setup.md)
- [Vagrant Setup](https://documentation.tjhsst.edu/services/ion/development/setup/vagrant-setup.md)
- [Environment](https://documentation.tjhsst.edu/services/ion/development/environment.md)
- [Fixtures](https://documentation.tjhsst.edu/services/ion/development/fixtures.md)
- [PR Workflow](https://documentation.tjhsst.edu/services/ion/development/pr-workflow.md)
- [Style Guide](https://documentation.tjhsst.edu/services/ion/development/style-guide.md)
- [Maintainer Workflow](https://documentation.tjhsst.edu/services/ion/development/maintainer-workflow.md)
- [Repository Maintenance](https://documentation.tjhsst.edu/services/ion/development/repository-maintenance.md)
- [Data Generation](https://documentation.tjhsst.edu/services/ion/development/data-generation.md)
- [Production](https://documentation.tjhsst.edu/services/ion/production.md)
- [User Experience](https://documentation.tjhsst.edu/services/ion/user-experience.md)
- [User Interface](https://documentation.tjhsst.edu/services/ion/user-experience/user-interface.md)
- [Director](https://documentation.tjhsst.edu/services/director.md): The Director website management platform
- [Development](https://documentation.tjhsst.edu/services/director/development.md)
- [Vagrant Setup](https://documentation.tjhsst.edu/services/director/development/untitled.md): Director Development using Vagrant
- [PR Workflow](https://documentation.tjhsst.edu/services/director/development/pr-workflow.md)
- [Style Guide](https://documentation.tjhsst.edu/services/director/development/style-guide.md)
- [Maintainer Workflow](https://documentation.tjhsst.edu/services/director/development/maintainer-workflow.md)
- [Production](https://documentation.tjhsst.edu/services/director/production.md)
- [Workstations](https://documentation.tjhsst.edu/services/workstations.md): CSL desktop workstations
- [Signage](https://documentation.tjhsst.edu/services/signage.md): The CSL Signage displays
- [Setup](https://documentation.tjhsst.edu/services/signage/setup.md)
- [Administration](https://documentation.tjhsst.edu/services/signage/administration.md)
- [Monitoring](https://documentation.tjhsst.edu/services/signage/monitoring.md)
- [Troubleshooting](https://documentation.tjhsst.edu/services/signage/troubleshooting.md)
- [Experimental](https://documentation.tjhsst.edu/services/signage/experimental.md)
- [IonTap](https://documentation.tjhsst.edu/services/signage/experimental/iontap.md)
- [SignageAdmin](https://documentation.tjhsst.edu/services/signage/experimental/signageadmin.md)
- [Remote Access](https://documentation.tjhsst.edu/services/remote-access.md): The CSL's remote access servers
- [Setup](https://documentation.tjhsst.edu/services/remote-access/setup.md)
- [Administration](https://documentation.tjhsst.edu/services/remote-access/administration.md)
- [Cluster](https://documentation.tjhsst.edu/services/cluster.md): The CSL's clusters
- [FAQ](https://documentation.tjhsst.edu/services/cluster/faq.md)
- [Setup](https://documentation.tjhsst.edu/services/cluster/setup.md)
- [SSH Setup](https://documentation.tjhsst.edu/services/cluster/setup/ssh-setup.md): Goes over setting up SSH in a cluster node
- [Administration](https://documentation.tjhsst.edu/services/cluster/administration.md)
- [Slurm](https://documentation.tjhsst.edu/services/cluster/slurm.md)
- [Slurm Administration](https://documentation.tjhsst.edu/services/cluster/slurm-administration.md)
- [Borg](https://documentation.tjhsst.edu/services/cluster/borg.md)
- [Printing](https://documentation.tjhsst.edu/services/printing.md): The CSL's printing infrastructure
- [Setup](https://documentation.tjhsst.edu/services/printing/setup.md)
- [Troubleshooting](https://documentation.tjhsst.edu/services/printing/troubleshooting.md)
- [WWW](https://documentation.tjhsst.edu/services/www.md): The CSL's web server
- [Administration](https://documentation.tjhsst.edu/services/www/administration.md)
- [Sites](https://documentation.tjhsst.edu/services/www/sites.md)
- [Web Proxy](https://documentation.tjhsst.edu/services/www/sites/proxy-script.md)
- [Setup](https://documentation.tjhsst.edu/services/www/setup.md)
- [Troubleshooting](https://documentation.tjhsst.edu/services/www/troubleshooting.md)
- [Academic Services](https://documentation.tjhsst.edu/services/academic-services.md): The CSL's public-facing services supporting academic endeavours
- [Tin](https://documentation.tjhsst.edu/services/academic-services/tin.md)
- [Othello](https://documentation.tjhsst.edu/services/academic-services/othello.md)
- [Administration](https://documentation.tjhsst.edu/services/academic-services/othello/administration.md)
- [Setup](https://documentation.tjhsst.edu/services/academic-services/othello/setup.md)


---

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

```
GET https://documentation.tjhsst.edu/services.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.
