> For the complete documentation index, see [llms.txt](https://devops.sentianse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://devops.sentianse.com/lets-talk/partnering.md).

# Marketing & BD

If you have a product or service you would like to present to Sentian Cloud Computing Inc, please consider the following:

* I accept LinkedIn connection requests only ***from people I have met in person, by phone, or by video*** (such as Zoom, Meets, etc), and only if it makes sense. I never blindly accept a connection request, or just based on a common interest.&#x20;
* **I do not buy products or services** except what is strictly necessary to run my business: office equipment, computers, software engineering / devops tools, communication tools, management tools, online presence tools. My clients and the open source community provide the rest. My business does not sell products or SaaS, only "work-as-a-service".&#x20;
* I cannot promote your product or service unless I truly believe it is a better solution. This could only happen if I use it significantly and regularly; I cannot rely on your marketing material or a demo. Moreover, I will point out its strengths ***and*** weaknesses, and contrast them to alternatives, some of which could be your competition... since ultimately I want my clients to get what is best for them, without any bias on my part.&#x20;

Link back to my [LinkedIn](https://linkedin.com/in/oliver-schoenborn).


---

# 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://devops.sentianse.com/lets-talk/partnering.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.
