# Guides

## Get Started with Grey Matter

![Image of check list](/files/-MNjAKQdX9QERrmO48-Y)

{% content-ref url="/pages/-LsNFjQKYFQsgW3dlTbj" %}
[Install the Grey Matter CLI](/grey-matter-documentation/guides/commands-cli.md)
{% endcontent-ref %}

## Prerequisites

To complete the following guides, you will need:

1. An AWS account with permissions to provision an EKS cluster and the [AWS CLI](https://aws.amazon.com/cli/) set up.
2. A Grey Matter account with access to the [Grey Matter artifacts](https://nexus.greymatter.io/). If you don't have an account contact us at [Grey Matter Support](https://support.greymatter.io/support/home).

## Steps to Grey Matter

To get started with a core Grey Matter installation, step through our guides in the following order:

1. [Install the Grey Matter CLI](/grey-matter-documentation/guides/commands-cli.md)
2. [Install Grey Matter Locally](/grey-matter-documentation/guides/installation-kubernetes.md)
3. [Deploy a Service in Grey Matter](/grey-matter-documentation/guides/launch-service-k8s.md)

## Overview

Check out the [about Grey Matter section](https://docs.greymatter.io/introduction) for reference information on Grey Matter.

## Questions?

{% hint style="success" %}
**Need help?**

Create an account at [Grey Matter Support](https://support.greymatter.io/support/home) to reach our team.
{% endhint %}


---

# 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://greymatter.gitbook.io/grey-matter-documentation/guides.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.
