# How To Get The Startup Log

> **Difficulty:&#x20;**<mark style="color:green;">**Easy**</mark>

{% hint style="info" %}
**What is a startup log?**

The startup log contains all the console messages that appear when your server starts. Providing this log is very useful for us, as it helps identify and resolve problems quickly.
{% endhint %}

## 1. Restart your server

First you have to restart your server which will generate the startup log. To do this, you just have to restart the server.

When you restart your server, you will see that the console starts sending log messages.

***

## 2. Send your startup log

When you have restarted your server, the server will automically save the startup log in the logs folder in a file named *latest.log*. You can find the startup log at this filepath: *server > logs > latest.log*

<mark style="color:green;">To send us the startup log, you just have to send the</mark> <mark style="color:green;"></mark>*<mark style="color:green;">latest.log</mark>* <mark style="color:green;"></mark><mark style="color:green;">file to us on discord.</mark>

You can see how to find and download the *latest.log* file in the video below:

{% embed url="<https://www.youtube.com/watch?ab_channel=Chriz&v=r04qzWIVNy0>" %}


---

# 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.nitrosetups.com/docs/setup-guides/general-setup-guides/how-to-get-the-startup-log.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.
