# Build the SDK from Source

1. Clone the Repository <https://github.com/lowcoder-org/lowcoder>
2. Make sure the repo is synced with the latest updates of the actual Lowcoder repo. If not sync the repo and take the newest pull.
3. Move to “client/packages/lowcoder-sdk“ directory&#x20;
4. run `yarn install` and `yarn build` command.
5. Increase the package version in “client/packages/lowcoder-sdk/package.json“
6. Publish the package with `npm publish`


---

# 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.lowcoder.cloud/lowcoder-documentation/publish-apps/embed-an-app/native-embed-sdk/build-the-sdk-from-source.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.
