# Free Project w/ Attribution

## Free Forever

To remove the free plan submission limit, just add our logo with a link to our site. Use the snippet below without modification to ensure our validation works. We want to keep our platform free, accessible, and available to small companies and startups.

{% code lineNumbers="true" %}

```html
<!-- Best on Light Theme -->
<a href="https://betterform.io" data-bf-attribution target="_blank">
  <img
    src="https://betterform.io/betterform-handler-light.svg"
    alt="Handled by betterform"
  />
</a>

<!-- Best on Dark Theme -->
<a href="https://betterform.io" data-bf-attribution target="_blank">
  <img
    src="https://betterform.io/betterform-handler-dark.svg"
    alt="Handled by betterform"
  />
</a>
```

{% endcode %}

![Example of attribution](/files/RvpVN3O12VPlpAkR0AmO)


---

# 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.betterform.io/free-project-w-attribution.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.
