# Overview

To get started using the HPC, check first to see if you are ready by looking over the [prerequisites](/docs/using-the-hpc/prerequisites.md). Then, learn how to [request access](/docs/using-the-hpc/request-access.md). Finally, you are ready to [access your allocation](https://github.com/Doane-CCLA/docs/tree/6bdc8076d050cb6dd770694680c181969a6745bc/using-the-hpc/access-HPC.md).

## HPC Resources in Brief

* [**Hardware**](/docs/using-the-hpc/overview/hardware.md)
  * CPUs: 136 AMD Opteron 2220 SE / 16 AMD Opteron 2354
  * GPUs: N/A
* [**Storage**](/docs/using-the-hpc/overview/storage.md)
  * NFS
* [**Software**](/docs/using-the-hpc/overview/software.md)
  * Slurm
  * Modules for package management


---

# Agent Instructions: 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://doane-ccla.gitbook.io/docs/using-the-hpc/overview.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.
