# Solution Developer Certification

## **Who is it for?**

Technical consultants, technical owners, architects, and implementation partners responsible for designing and delivering solutions.

## **Description**

The Solution Developer Certification is designed for technical experts who implement and configure solutions using the platform. It focuses on architecture design, integrations, automation workflows, and best practices for deploying and maintaining robust implementations.

Participants demonstrate technical knowledge of the platform, including its data structures, APIs, integration methods, and automation capabilities. The certification also covers troubleshooting techniques and advanced use cases to help professionals deliver scalable and reliable solutions.

**After completing this certification, you show that your are able to:**

* Design solution architectures tailored to customer requirements
* Configure automation workflows and system logic
* Implement integrations with external systems
* Apply deployment best practices
* Troubleshoot and resolve implementation issues
* Deliver advanced and scalable platform solutions

## How to prepare

Focus on building strong **technical expertise in the Emporix platform**.

{% hint style="info" %}
Stay technical. Focus on how the platform works, how services connect, and how solutions are implemented in practice.
{% endhint %}

{% stepper %}
{% step %}

### Start with the platform fundamentals

Use the [Documentation Portal](https://developer.emporix.io) to understand:

* The overall product structure and key platform capabilities
* The platform architecture, including API-first design and services
* The core concepts, data flows, and technical building blocks
  {% endstep %}

{% step %}

### Go deeper into implementation topics

Focus on the technical areas that matter most:

* APIs, authentication, and service interactions
* Integrations and extensibility options
* Automation workflows and system logic
* Technical guides and API reference content
  {% endstep %}

{% step %}

### Build your implementation perspective

Make sure you are comfortable with:

* Building and integrating solutions using APIs
* Designing technical solution flows across services
* Supporting AI-driven use cases from a technical perspective
* Understanding system behavior, constraints, and performance considerations
  {% endstep %}
  {% endstepper %}

<details>

<summary>Example: short implementation story</summary>

**Customer scenario:**\
A business needs to connect its storefront, pricing logic, and order processing with existing backend systems.

**Technical story:**\
Show how Emporix services interact across the flow, how authentication and APIs support the integration, and where automation reduces manual processing. Keep the focus on architecture, service boundaries, and reliable implementation.

**What you should be able to explain:**

* Which services are involved in the solution flow
* How data moves between systems
* Where integrations and automation are applied
* What technical considerations matter for scalability and maintainability

</details>

{% hint style="success" %}
You are ready when you can explain how to build, extend, and integrate the platform with confidence.
{% endhint %}


---

# 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://developer.emporix.io/certifications/certification-types/solution-developer-certification.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.
