# Mock API 관리

> <mark style="color:purple;">**API에 파라미터를 넣어 테스트 해볼 수 있는 페이지**</mark>

<figure><img src="/files/sOskewjyX32BQnW6gvHE" alt=""><figcaption></figcaption></figure>

1. url 입력 후 생성, 수정시 왼쪽 리스트에 추가&#x20;
2. api호출시 파라미터 설정 및 호출 시 받을 response 지정 가능
3. 호출 실행시 지정한 responsedp 따라 결과 값을 result에서 확인 가능


---

# 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://doc.txhub.io/tools-and-utills-manual/tools-and-utills/mock-api.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.
