# Getting started with Add-ons

![](https://4236247329-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LMNZy_5ZTcBLB5brrEe%2F-LTPlKhQWZjeCa4XHv0F%2F-LTPlMcIBpccXioHY9uF%2Fhome-page-device-1.jpg?alt=media\&token=36837def-cdfa-41fc-8062-cbfe0c769abc)

## How to use this guide

With Local Add-ons, you can modify or extend functionality easily with our [hooks API](https://build.localwp.com/building/hooks). If your Add-on requires UI, you can then use our [UI components](https://build.localwp.com/building/using-local-components) within these layouts to assemble a fantastic and delightful interface for your add-on. This guide will help ensure an Add-on that works great, looks even better, and fits like a dream inside of Local.

We've broken the guide down into a few quick sections to get you up-and-running in no time.

1. Designing your Add-on
2. Building your Add-on


---

# 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://build.localwp.com/master.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.
