> For the complete documentation index, see [llms.txt](https://wiki.pulsar.game/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.pulsar.game/getting-started/first-steps-in-the-game.md).

# First Steps in the Game

## Establishing Basic Operations <a href="#establishing-operation" id="establishing-operation"></a>

Your [Mothership ](/assets/structures/mothership.md)allows you to build [Structures](/assets/structures.md). Some good first steps are:

<details>

<summary>1- Land your Mothership in an area close to some <a href="/pages/zeWARWFjJU8c91gUi7eX">Resource Deposits</a>. </summary>

*Select your Mothership and click “Lift Up”.*

<img src="/files/0K90ZRB4VtIe69Um6HVy" alt="" data-size="original">

*Click “Deploy” and choose suitable location near a resource deposit to land.*

![](/files/sNq2yECCqhmtCiVyJ9Ey)

</details>

<details>

<summary>2- Build a <a href="/pages/o3Ls38YglIMZVvDu8mST">Units Factory</a>.</summary>

*Navigate to Buildings → Construct tab in Command Center, click “Build” button.*

![](/files/4lj14gg8O50SowfFhUar)

</details>

<details>

<summary>3- Use it to construct <a href="/pages/YUPkR6c2qVYgZg1DAWuy">Miners</a>. </summary>

*Navigate to Units → Construct tab in Command Center and click “Build” button*

![](/files/ohl7pcNpfDKK3b8XrtPF)

</details>

<details>

<summary>4- Send your Miners to extract resources from these deposits. They will extract resources and take them to your Mothership's storage. </summary>

*Hold Left Click and drag to select multiple Resource Miners and Right Click on a resource node.*

![](/files/oXrtldTxWepcFH5MP7IR)

</details>

<details>

<summary>5- Build Refineries of the appropriate type (i.e. if you are extracting <a href="/pages/zeWARWFjJU8c91gUi7eX#list-of-resources">Minerals</a>, build a <a href="/pages/lJMZx391PfIFyz2xmV3J">Minerals Refinery</a>). Your refineries will start automatically refining the resources in your Mothership's storage. </summary>

*Navigate to Buildings → Construct tab in Command Center, click “Build” button.*

![](/files/NoAX5qwqIJz737nlL7Hg)

</details>

<details>

<summary>6- Collect refined resources.</summary>

*Navigate to Resources tab and click “Collect”.*

![](/files/aNcPlkeHpFpddDiW6jhK)

</details>

<details>

<summary>7- Build more <a href="/pages/3MT5ZNhhc62kyvxRQO4d">Units </a>and <a href="/pages/zqhqeF0nXyKw51qqDJaf">Buildings</a>, and upgrade them.</summary>

*You can click the "Upgrade" button after your unit reaches a certain amount of experience (XP).*

![](/files/Jt1hYsAbAAG2JHCkuzvf)

</details>

<details>

<summary>8- Go conquer the world!</summary>

<img src="/files/kH5ds9RUO0Vrc9EtBwKI" alt="" data-size="original">

</details>

{% embed url="<https://www.youtube.com/watch?v=SeoG4vU07pY>" %}

## Establishing Advanced Operations

Some of the resource deposits may be far away from your base. In this case, a [Mobile Depot](/assets/units/mobile-depot.md) can be used to deliver the resources, so the Miners can concentrate on mining.

Once you establish a production line, you will need an army to protect it from the Aliens. With you Units Factory you could produce [Spiders](/assets/units/spider-gatling.md), a universal fighting unit.

To reinforce your defenses, you can construct stationary defense structures, like [Turrets](/assets/structures/bolter-turret.md).

Here's a short overview of the things you can produce:

* **Units Factory:** Built by the Mothership.
* **Miners**: Built by the Units Factory.
* **Refineries**: Built by the Mothership.
* **Mobile Depots**: Built by the Units Factory.
* **Spiders**: Built by the Units Factory.
* **Turrets:** Built by the Mothership.

## [FAQ](/help-and-support.md#faq) <a href="#faq" id="faq"></a>

**How can I acquire NFTs?**

Easy Peasy! In [the Shop](https://pulsar.game/shop/packs).&#x20;

**What if my unit or building is destroyed?**

You'll never lose your NFTs. Even if they are completely destroyed you always will be able to rebuild your unit or structure, which will keep all their progress.


---

# 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, and the optional `goal` query parameter:

```
GET https://wiki.pulsar.game/getting-started/first-steps-in-the-game.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
