# Overview

Greetings to the Service Virtualization Learning Center documentation! This is your destination for finding authorized details about utilizing Service Virtualization.

If you're in the process of learning to perform a particular job or sequence of steps within Service Virtualization, take a look at the following subjects to discover valuable materials:

## Contents

* [Overview](#overview)
  * [Getting started](#getting-started)
  * [Project Creation](#project-creation)
  * [Asset Creation](#asset-creation)
  * [Advanced Features of SV](#advanced-features-of-sv)
  * [FAQs](#faqs)

***

### Getting started

To get to know what is Service Virtualization, check out the [Intro to SV](/service-virtualization/getting-started-with-service-virtualization/intro-to-sv.md) section.

***

### Project Creation

You can get started with Project Creation. To learn more about how to create project, see [Project Creation for SV](/service-virtualization/getting-started-with-service-virtualization/project-creation-for-sv.md)

***

### Asset Creation

Qyrus Provides you 2 type of Asset Set as mentioned below

1. [Manual Asset](/service-virtualization/manual-assets/manual-asset.md)
2. [Dynamic Asset](/service-virtualization/dynamic-assets/dynamic-asset.md)

> Note: Asset is nothing but Virtualized API.

***

### Advanced Features of SV

Qyrus Service Virtualization provides some out of the box advanced features, that we believe surely help you make better Virtualized APIs/System. Do check out below list

1. [Global Variable](/service-virtualization/advanced-features/global-variable.md)
2. [Parameterization](/service-virtualization/advanced-features/parameterization.md)
3. [Strict Mode](/service-virtualization/advanced-features/strict-mode.md)

***

### FAQs

We regularly communicate with our clients and users. Through these conversations, we've recognized certain questions that come up often. We're confident that these frequently asked questions can provide better insight into our service for our other users. To explore the FAQs, you can [click here](/service-virtualization/faqs/faqs.md).

***


---

# 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.qyrus.com/service-virtualization/readme.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.
