# v0.0.6

### Table of Contents

1. Introduction
2. Installation and Setup
3. Core Concepts
4. API Reference
   * Open Position
   * Close Position
   * Get Pyth Price
   * Other APIs
5. Best Practices
6. Troubleshooting
7. Changelog

### Quick Start

```typescript
import { SudoAPI } from 'sudo-sdk';

const provider = getProvider(network);
const sudoAPI = new SudoAPI(network, provider);

// Now you're ready to use the SDK!
```

For more detailed information, please refer to the Introduction and Installation and Setup pages.


---

# 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.zofinance.io/sudo-sdk/v0.0.6.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.
