> For the complete documentation index, see [llms.txt](https://solutions-explorer.gitbook.io/resources/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://solutions-explorer.gitbook.io/resources/key-features/solutions-interaction.md).

# Solutions Interaction

Solutions Interaction provides a set of features designed to help you engage with solutions on our platform, enabling you to personalise your experience and connect directly with innovators.

{% hint style="warning" %}
Note that in order to access solutions interaction features, you need to login to your Solar Impulse account.
{% endhint %}

### Key Features

* **Add to Favorites**: You can star solutions on their card or solution page to save them for later. Access your favorite solutions quickly from the navbar to revisit and manage your selections.
* **Connect with Innovator**: On the solution page, you can request a formal connection with the innovator by clicking "Connect with Innovator." This notifies our team that you'd like an introduction. We'll contact the innovator on your behalf and organize a matchmaking session. With our strong relationships, we can facilitate the adoption effort and help you engage directly with solution providers.

### How to Get Started

1. **Log In to Your Account**: Ensure you're logged in to access these interactive features.
2. **Explore Solutions**: Browse the solutions and use the features to favorite solutions
3. **Engage with Innovators**: When ready, request a connection to start collaborating.

By utilizing Solutions Interaction, you can streamline your exploration, stay informed about new developments, and build meaningful connections with innovators to drive sustainable change.


---

# 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://solutions-explorer.gitbook.io/resources/key-features/solutions-interaction.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.
