diff --git a/docs/features/ai-suggestions.mdx b/docs/features/ai-suggestions.mdx index 0601f85..76ffc78 100644 --- a/docs/features/ai-suggestions.mdx +++ b/docs/features/ai-suggestions.mdx @@ -60,7 +60,7 @@ AI Suggestions는 세일즈 팀이 효율적으로 데이터를 입력하고 관 왼쪽 사이드바의 Notes 옆 `+` 버튼과 organization detail 페이지의 `create note`를 통해서 작성할 수 있습니다. 더 자세한 노트 작성 가이드는 [노트 작성 가이드 바로가기](/features/notes)를 참고해주세요. - 현재 즉각적인 AI Suggestions은 새로운 노트 작성시에만 제공되고 있습니다. 이미 작성된 노트의 경우 아래 [기존 노트에서 AI Suggestions 받기](AI#ai-suggestions-3)를 참고해주세요. + 현재 즉각적인 AI Suggestions은 새로운 노트 작성시에만 제공되고 있습니다. 이미 작성된 노트의 경우 아래 [이미 작성한 과거 노트에서에서 AI Suggestions 받기](ai-suggestions#ai-suggestions-3)를 참고해주세요. ### AI Suggestions 받기 @@ -77,7 +77,7 @@ AI Suggestions는 세일즈 팀이 효율적으로 데이터를 입력하고 관 1. Apply all / Ignore all: 클릭 한 번으로 모든 제안을 적용하거나 무시할 수 있습니다. 2. Apply / Ignore: 개별적으로 제안을 적용하거나 무시할 수 있습니다. 일부만 Ignore한 다음, Apply all을 통해 일괄 적용하는 것도 가능합니다. -![ai-suggestion 4](/images/features/ai-suggestion-apply.png) +![ai-suggestion4](/images/features/ai-suggestion-apply.png) Apply 버튼을 눌렀다면, 왼쪽 사이드바의 필드들에 값이 적용된 것을 볼 수 있습니다. 이때, 한 번이라도 Apply 또는 Ignore을 했다면, 다시 해당 필드의 제안을 받을 수 없습니다. diff --git a/docs/images/features/ai-suggesiton-apply.png b/docs/images/features/ai-suggesiton-apply.png deleted file mode 100644 index bbbb416..0000000 Binary files a/docs/images/features/ai-suggesiton-apply.png and /dev/null differ diff --git a/docs/images/features/ai-suggestion-apply.png b/docs/images/features/ai-suggestion-apply.png new file mode 100644 index 0000000..48edb46 Binary files /dev/null and b/docs/images/features/ai-suggestion-apply.png differ