# Welcome!

## Welcome to system\_info2

Welcome to system*info2! Here you'll find all the documentation you need to get up and running with the system\_info2* API.

The system\_info2 package provides details about your operating system and hardware beyond what the Dart Platform class provides.

Before you launching to using system\_info2 you should check that the Dart Platform class doesn't already provide the features you need.

## Sponsored by OnePub

Help support system\_info2 by supporting [OnePub](https://onepub.dev/drive/4c62ce07-bfe4-46e6-9f81-987a78c03ce7), the private Dart repository.&#x20;

OnePub allows you to privately share Dart packages across your Team and with your customers.

Try it for free and publish your first private package in seconds.

| ![](/files/3SXQmZYpO6OVjcNzspyb) | <p>Publish a private package in five commands:</p><p><mark style="color:green;"><code>dart pub global activate onepub</code></mark></p><p><mark style="color:green;"><code>onepub login</code></mark></p><p><mark style="color:green;"><code>cd \<my package></code></mark></p><p><mark style="color:green;"><code>onepub pub private</code></mark> </p><p><mark style="color:green;"><code>dart pub publish</code></mark></p> |
| -------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |

We also need to recognize Andrew Mezoni's work to create the package in the first place.

## Documentation conventions

This document uses the term **Posix** to collectively refer to all non-Windows operating systems including:

* Linux
* Android
* MacOS
* iOS

### Recommended Packages

If you are looking for additional OS level functionality you might what to take a look at the following Dart packages:

* [posix](https://pub.dev/packages/posix)
* [win32](https://pub.dev/packages/win32)

## Want to jump right in?

Feeling like an eager beaver? Jump into the quick-start docs and make your first request:

{% content-ref url="/pages/LrltO6Cyyy5l11P9UHcu" %}
[Quick Start](/quick-start.md)
{% endcontent-ref %}

## Want to deep dive?

Dive a little deeper and start exploring our API reference to get an idea of everything that's possible with the API:

{% content-ref url="/pages/DTdAv569c6iPqfTsRSne" %}
[SysInfo](/reference/sysinfo.md)
{% endcontent-ref %}


---

# 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://sysinfo.onepub.dev/welcome.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.
