# Welcome

[Mailzeet](https://mailzeet.com/en) provides an infrastructure for businesses and developers to send transactional mail with reliability and traceability. This documentation offers an in-depth overview of the Mailzeet API and serves as a guide for its integration and usage.&#x20;

The documentation is straightforward, starting with an introduction to mail server setup, then authentication, then the format of responses and errors, and the principal endpoint to send an email. You will also find documentation for the SDKs written in different programming languages.

### Help and Support

[Mailzeet](https://mailzeet.com/en) is designed to provide easy user interaction, but we understand that questions and challenges may occur. Here's how you can access our support:

#### Support

For any issues with Mailzeet integration, contact our support team via [email](mailto:support@mailzeet.com). We can assist with configuration issues, API calls, or feature comprehension.

#### Feedback

Your feedback is invaluable in improving Mailzeet. We encourage suggestions for new features, improvements, or documentation changes. Provide feedback via the form in your account dashboard or the feedback link in this documentation.


---

# 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.mailzeet.com/welcome.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.
