> For the complete documentation index, see [llms.txt](https://help.brickspacelab.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.brickspacelab.com/slab/guides/basics/use-and-install-apps.md).

# Use and install apps

Shopify apps are a fundamental part of most ecommerce sites. With over 8,000 Shopify apps it's important to understand the best approaches to take when installing apps.

Visit the Shopify help center to learn how to [extend your theme with apps](https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/apps).

## Considerations when using Shopify apps

* Consider building app functionality into theme by hiring a developer. This approach is recommended because many apps have the potential to impact your site's performance. You'll also avoid paying monthly fees for a single feature.
* Look for apps with the [Built for Shopify badge](https://www.shopify.com/ca/partners/blog/built-for-shopify). Apps that have this badge meet higher standards and follow best-practices for theme integration.
* Install apps using [app blocks or app embeds](https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/apps).
* For themes that require code changes you should try using the Custom liquid section instead of making changes directly to theme code. Taking this approach will ensure your theme can be updated much easier.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.brickspacelab.com/slab/guides/basics/use-and-install-apps.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
