# 프롬프트를 여러줄로 사용하자.

프롬프트에 여러줄로 내용을 넣어주고 싶었습니다 그리고 포맷된 내용도 넣어주고 싶엇구요

그런데 웹화면에서 아무리 해보려고 해도 잘 안되더군요. (shift+enter를 하면 줄바꿈이 됩니다.)

메모장을 써서 질문에 줄바꿈과 참고자료의 의미를 구분합니다.

메모장을 열어서 (저는 vscode를 사용합니다.) 다음처럼 프롬프트를 작성합니다.

줄바꿈도 하고 """를 통해서 참고 자료라는걸 인식하게 해줍니다. 어떤문자를 써도 됩니다. --- 또는 `<참고자료>` 이런식도 되는거같습니다.

```prompt

아래 자료형태로 답변을 제시해줘.
또는 아래 자료를 참고해서 제시해줘

"""
이름 | 제목 | etc
asdf | xxx | xxx
asdf | xxx | bbb
"""

```

마지막으로 git을 만들어서 매일 쓰는 프롬프트 text 파일을 보관합니다. github.com / gitlab.com에 푸시 합니다.

## sample

```prompt
Summarize the text delimited by triple single qoute into a single sentence.

'''xxx'''
```


---

# 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://teamsmiley.gitbook.io/devops/ai/chatgpt/notepad.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.
