# Web Services

Follow the steps below when selecting Web Service as the application type:

1. Click on the **"+" icon** and create **new folder**
2. On the created folder, Click on **three dots (...).**  A Drop-down list will appear.
3. Click on the **Create Repository** and select **Web Services** as application.
4. Click Select dropdown and choose required method from the dropdown, click on Append checkbox

{% hint style="info" %}
**Notes:**&#x20;

1\. Without clicking on Append checkbox we cannot specify the endpoint URL and fetch the response from the API.
{% endhint %}

5. Specify the end point URL for the chosen method, click Send button.
6. User will get toast message saying Successfully fetched data
7. Navigate to Response tab on the top pane and check the data fetched from API by clicking on Body tab
8. Validate the response by clicking on the header section beside the Body tab


---

# 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.avoautomation.com/avo-assure/working-with-the-avo-assure-platform/create-and-execute-tests-with-design-studio/working-with-element-repository-section/create-element-repository/capturing-elements-in-avo-assure/web-services.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.
