# Welcome!

Welcome to the community edition of example cards for Lovelace

## Contributing

If you want to contribute with examples:

* Click the `Edit on GitHub` to get to the repo on GitHub
* Fork that repo to your own user.
* Add your edits to your fork.
* If you add a new card, make sure to link it in [SUMMARY.md](https://github.com/sharetheloveio/sharethelove.io/blob/master/SUMMARY.md)
* Make a PR to [sharetheloveio/sharethelove.io](https://sharethelove.io/master)

The only rules for submitting a new card is that you have the package configuration included so that its easy for an beginner user to setup the card and that all resources are available either linked or added as files in the doc.

* No personal info should be included (that means scrub the example before posting).
* Make sure to outline what changes the user has to make in order for the card to work.
* Include a screenshot of your working card.
* You should **only** include graphics that you have the right to share.

*This site has no affiliation with* [*Home Assistant*](https://www.home-assistant.io/)*, this is a little project that was started by some of it's community members, if you have **any** issues with the content here do **not** seek help in **any** of Home Assistant's support channels, use our* [*issue tracker*](https://github.com/sharetheloveio/sharethelove.io/issues) *on GitHub.*


---

# 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://sharethelove.io/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.
