# Getting started

Welcome to MNX.io! In a few easy steps, you can sign up for a account and begin your journey toward the future of container computing.

1. [Request an MNX.io account](https://portal.mnx.io/register/). You can also set a password to secure your account.
2. [Add payment information](https://portal.mnx.io/billing/). Your billing information authorizes the account creation process.
3. [Add an SSH key to your account](https://portal.mnx.io/account/ssh_key/). You can upload an existing key or create one in the Triton Service portal.

### [Generating SSH keys](/getting-started.md#generating-ssh-keys) <a href="#generating-ssh-keys" id="generating-ssh-keys"></a>

If you don’t have an SSH key pair, visit [Generating an SSH key](/getting-started/generating-an-ssh-key.md) for more information about creating SSH keys.

### [Watch to learn](/getting-started.md#watch-to-learn) <a href="#watch-to-learn" id="watch-to-learn"></a>

[Watch the video](/getting-started.md#watch-to-learn-how-to-create-a-triton-account) to see how easy it is to signup for Triton Compute Service in the portal.

### [What are my next steps?](/getting-started.md#what-are-my-next-steps) <a href="#what-are-my-next-steps" id="what-are-my-next-steps"></a>

Once you complete the account setup, your [Triton Compute Service account](https://my.joyent.com/main/#!/account) is ready to use. What do you want to do next?

* [Set up the Triton CLI and CloudAPI](/api/triton-cli-tool.md).
* [Create an instance in the Triton Service Portal](broken://pages/-LuID4_z4H27TQV9GCdQ).
* [Create a container from the Triton Docker command line toolbox](broken://pages/-LuID4a1sKuPAsgSAf5s).


---

# 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://docs.mnx.io/getting-started.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.
