# Installing

## Overview

To add the `Sounds` package to your Flutter Project you need to:

* Add a dependency to your pubspec.yaml
* Update `plist.info` in you [iOS configuration](https://bsutton.gitbook.io/sounds/platforms/ios)
* Update `AndroidManifest.xml` in you [Android Configuration](https://bsutton.gitbook.io/sounds/platforms/android).

### Adding `Sounds` to your pubspec.yaml

For background on Flutter dependency management you can read: [documentation](https://flutter.io/using-packages/).

Open you pubspec.yaml file and find the `dependencies` section.

```
dependencies:
  sounds: ^0.9.1
```

To determine the latest version of `Sounds` see the install details at [pub.dev/sounds](https://pub.dev/packages/sounds#-installing-tab-).

### Update iOS configuration.

See the details on updating your project's [iOS Configuration](https://bsutton.gitbook.io/sounds/platforms/ios)

### Update Android configuration.

See the details on updating your project's [`Android Configuration`](https://bsutton.gitbook.io/sounds/platforms/android)<br>


---

# 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://bsutton.gitbook.io/sounds/installing.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.
