# Python

#### Welcome to the Flagship Python SDK documentation!

The following article will guide you through the steps to get Flagship up and running on your Python servers or scripts using our client library with preconfigured methods to implement the Decision API.

* [Installation](https://docs.abtasty.com/server-side/sdks/python/python-installation)
* [Quick Start](https://docs.abtasty.com/server-side/sdks/python/python-quick-start)
* [Reference](https://docs.abtasty.com/server-side/sdks/python/python-reference)

## SDK features

This SDK will help you:

* Manage [visitors](https://docs.abtasty.com/server-side/glossary#visitor-id) and their [context](https://docs.abtasty.com/server-side/glossary#user-context)
* Get campaigns flags via [Decision API](https://docs.abtasty.com/server-side/concepts/decision-mode#decision-api-cloud) or the [Bucketing](https://docs.abtasty.com/server-side/concepts/decision-mode#bucketing)
* Send hit events to our [Universal Collect](https://docs.abtasty.com/server-side/concepts/universal-collect-1)

## Prerequisites

* **Python**: version 3.7 or later
* Your server/device must have access to the **internet**.
* You need the **pip** or **poetry** package installer in your Python environment.

## Good to know

* Github repository: <https://github.com/abtasty/flagship-python-sdk>
* Weight: \~50 ko

## Versions

The latest version of our Python SDK is [**3.0.1**](https://docs.abtasty.com/server-side/sdks/python).

#### Change logs

Find the versions change logs on our [Github Repository](https://github.com/flagship-io/flagship-python-sdk/releases)

## Contact us

Feel free to [contact us](mailto:product.feedback@abtasty.com?subject=Flagship%20Developer%20Documentation) if you have any questions regarding this documentation.


---

# 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.abtasty.com/server-side/sdks/python.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.
