> ## Documentation Index
> Fetch the complete documentation index at: https://docs.celestra.space/llms.txt
> Use this file to discover all available pages before exploring further.

# Quickstart

> Start building with real space software in 5 minutes

<Steps>
  <Step title="Sign up and install">
    <AccordionGroup>
      <Accordion title="Sign-up">
        Check out the [Accordion](/content/components/accordions) docs for all the supported props.
      </Accordion>

      <Accordion title="Generate API key">
        Check out the [Accordion](/content/components/accordions) docs for all the supported props.
      </Accordion>

      <Accordion title="Download SDK">
        <CodeGroup>
          ```shell Go theme={null}
          go get github.com/celestra-space/celestra-sdk-go
          ```
        </CodeGroup>
      </Accordion>

      <Accordion title="Import SDK">
        <CodeGroup>
          ```go Go theme={null}
          import "github.com/celestra-space/celestra-sdk-go"
          ```
        </CodeGroup>
      </Accordion>

      <Accordion title="Initialize SDK">
        <CodeGroup>
          ```go Go theme={null}
          signer, _ := starsign.NewClient(starsign.WithSignatureVersion(starsign.SignatureVersionV1), starsign.WithCredentials("id", "secret"))

          svc := Paramidion.NewClient(&Paramidion.ClientConfig{Signer: signer})
          ```
        </CodeGroup>
      </Accordion>
    </AccordionGroup>
  </Step>

  <Step title="Test with Paramidion">
    <AccordionGroup>
      <Accordion title="Create a parameter">
        Check out the [Accordion](/content/components/accordions) docs for all the supported props.
      </Accordion>

      <Accordion title="Read the parameter">
        Check out the [Accordion](/content/components/accordions) docs for all the supported props.
      </Accordion>
    </AccordionGroup>
  </Step>

  <Step title="Quickstart Nominal">
    You have now successfully started using Celestra Space!

    See more complete examples in the [examples](https://github.com/celestra-space/celestra-sdk-go/tree/main/examples) folder in the corresponding SDK repository.

    If you have questions or want to discuss your particular project, feel free to reach out to us at [support@celestra.space](mailto:support@celestra.space).
  </Step>
</Steps>
