# Useful links and support

### AI Team - Our support Agents

Need help? You can reach out to:

* [**Manuela**](https://www.aisuru.com/it/memoridev/Manuela/54ac7607-6905-4a0d-9f50-5ec178e846a3), our support Agent -> if you're logged in, click the purple icon  on the right side of the page: a sidebar will open where you can interact with her directly!
* [**Meta Prompt Engineer**](https://www.aisuru.com/it/memoridev/Meta%20Prompt%20Engineer), the Agent for [AI instructions](https://github.com/memori-ai/docs/blob/main/en/generative-ai/prompt-engineering/README.md) -> it will help you build the perfect instructions for your Agent!

**📫 Want to talk to the team?** Ask Manuela for a support email address or to open a support ticket: we'll get back to you as soon as possible to sort out your issue!

### AIsuru API

You can browse the API documentation in the [dedicated documentation section](https://docs.aisuru.com/api).

### Prompt Engineering

* [Anthropic - Prompt Engineering Guide](https://docs.anthropic.com/en/docs/build-with-claude/prompt-engineering/overview);
* [Anthropic - AI prompt engineering: A deep dive](https://www.youtube.com/watch?v=T9aRN5JkmL8).

### Github Repositories

* [API Client](https://github.com/memori-ai/memori-api-client);
* [React Component](https://github.com/memori-ai/memori-react);
* [Web Component](https://github.com/memori-ai/memori-webcomponent);
* [Integration examples](https://github.com/memori-ai/examples).


---

# 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.aisuru.com/en/additional-resources/useful-links-and-support.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.
