# \[튜토리얼]

- [SSH 활용하여 원격접속하기 (공통)](https://runyourai.gitbook.io/userguide/tutorial/ssh.md): 가이드를 통해 손쉽게 GPU instance에 원격으로 접속하세요!
- [포트 번호 추가 방법](https://runyourai.gitbook.io/userguide/tutorial/undefined.md)
- [Stable Diffusion 사용하기](https://runyourai.gitbook.io/userguide/tutorial/sd.md): 가이드를 통해 Stable-diffusion을 손쉽게 사용해보세요!
- [Jupyter AI Labs 사용하기](https://runyourai.gitbook.io/userguide/tutorial/jupyterai.md): 가이드를 통해 JupyterAI를 손쉽게 사용해보세요!
- [머신-사용자간 파일 전송](https://runyourai.gitbook.io/userguide/tutorial/transfer.md): 가이드를 통해 파일 전송을 쉽게 해보세요!
- [상세 모니터링 활용하기](https://runyourai.gitbook.io/userguide/tutorial/undefined-1.md)
- [머신 접속 시 오류 대처](https://runyourai.gitbook.io/userguide/tutorial/errorguide.md): 가이드를 통해 머신 접속 REMOTE HOST IDENTIFICATION HAS CHANGED 관련 오류에 대처하세요!
- [Pem 키 파일 권한 변경 해결하기](https://runyourai.gitbook.io/userguide/tutorial/pem.md): PEM 키 파일 사용 시 발생한 오류 메시지에 대한 해결 방법을 안내 드립니다.


---

# 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://runyourai.gitbook.io/userguide/tutorial.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.
