# FAQ

### Who is Beans for?

Beans is made for ecommerce. If you are an online merchant, whether you’re charging for a service or selling physical goods Beans can work for you.

### How do I start with Beans?

If you’d like to use Beans without doing the programming yourself, you should check if there is an integration available for your ecommerce platform. If you are going to work directly with our programming interface, you or your developer should check out our API.


---

# 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://help.trybeans.com/faq.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.
