# Use Cases

### Zevo solves for an array of use cases across the sprint cycle starting from code onboarding to ideation to deployment and debugging.

{% tabs %}
{% tab title="Code Onboarding " %}
**Current Way :** Rabbit hole of long documentation and lengthy calls with team mates.

**With Zevo :** Swift step by step Code walkthrough as though a senior dev was sitting next to you.

{% embed url="<https://www.canva.com/design/DAFybybMAIA/watch>" %}
\`
{% endembed %}
{% endtab %}

{% tab title="Code Documentation" %}
**Current Way :** We know how tedious it is to write a documentation after coding through a long complicated service.&#x20;

**With Zevo :** Visual code maps are updated with every PR release along with the versions.

<figure><img src="https://370172370-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F36rMxm0EjOqDKhtoS0s5%2Fuploads%2FIKxLZhGpSHJHj7YMuB0J%2FScreenshot%202023-10-27%20at%201.43.31%20PM.png?alt=media&#x26;token=23014914-3f25-4864-a570-32eb5a8d7fdd" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Code Review" %}
**Current Way :** For each PR, senior developers must analyze second-order code dependencies to ensure that no other interconnected services are impacted.

**With Zevo :** Simply visualize the changes in each PR and find the different places of impact in the entire codebase.
{% endtab %}

{% tab title="Many more in future" %}

* **Code Refactoring :** Find the exact piece of code that is smelly, repetitive and cause of the roadblock in your refactoring efforts.
* **POC Checker :** Drag and drop the functions to test your POC.
* **Debugger :** Connect your APM tools and pinpoint visually where and what the error is caused by.
* **AI assistance for on call dev:** Zevo automatically solves common bugs during your on-call time by integrating with your ticketing system.
  {% endtab %}
  {% endtabs %}

## :rocket:[Get Started Now](https://zevo.ai/)


---

# 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://zevo.gitbook.io/zevo-documentation/use-cases.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.
